Information about plays

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

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

{
    "id": 479136,
    "uri": "https://api.kexp.org/v2/plays/479136/?format=api",
    "airdate": "2001-10-22T18:49:05-07:00",
    "show": 8176,
    "show_uri": "https://api.kexp.org/v2/shows/8176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oL1BMFYvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oL1BMFYvL._SL75_.jpg",
    "song": "Ipiki Nefosholo",
    "track_id": "85ed979d-8377-4a28-b989-8f6c11ec469a",
    "recording_id": null,
    "artist": "Bhekumuzi Luthuli",
    "artist_ids": [
        "eb5ccbe6-25d5-479f-b81d-0cf047891bee"
    ],
    "album": "The Indestructible Beat of Soweto, Volume 6: South African Rhythm Riot",
    "release_id": "59134a3b-06d3-4e59-9c09-783bf240b7b9",
    "release_group_id": null,
    "labels": [
        "Earthworks/Stern's"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}