Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1275318/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1275318,
    "uri": "https://api.kexp.org/v2/plays/1275318/?format=api",
    "airdate": "2007-09-04T21:33:50-07:00",
    "show": 22323,
    "show_uri": "https://api.kexp.org/v2/shows/22323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MMM2XWBSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MMM2XWBSL._SL75_.jpg",
    "song": "Jason and the Argonauts",
    "track_id": "317ea239-69b5-45da-a6bd-dafd55bf345d",
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "English Settlement",
    "release_id": "dd3d718c-498f-4e48-805a-ccb9f5eac32e",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2002-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}