Information about plays

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

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

{
    "id": 533636,
    "uri": "https://api.kexp.org/v2/plays/533636/?format=api",
    "airdate": "2002-04-01T20:48:00-08:00",
    "show": 9244,
    "show_uri": "https://api.kexp.org/v2/shows/9244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61fov9su6GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61fov9su6GL._SL75_.jpg",
    "song": "Kuyobanjani Na?",
    "track_id": "ad786267-dac3-4203-9e96-aec6219e5c2a",
    "recording_id": null,
    "artist": "Vusi Mahlasela",
    "artist_ids": [
        "bba868d4-974d-4b3b-a09f-ceef888da5b8"
    ],
    "album": "Putumayo Presents: South African Legends",
    "release_id": "1a5e50be-7c08-4b33-9c9a-9cd1731f88c3",
    "release_group_id": null,
    "labels": [
        "Putamayo"
    ],
    "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"
}