Information about plays

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

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

{
    "id": 424088,
    "uri": "https://api.kexp.org/v2/plays/424088/?format=api",
    "airdate": "2001-05-13T18:22:30-07:00",
    "show": 7112,
    "show_uri": "https://api.kexp.org/v2/shows/7112/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EEZt54SUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EEZt54SUL._SL75_.jpg",
    "song": "What It Is",
    "track_id": "9392bcff-642e-473c-a840-304676a328bc",
    "recording_id": null,
    "artist": "Busta Rhymes",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "Genesis (Advance)",
    "release_id": "6c8a2b2b-5919-40d1-a36a-63b749d9b2da",
    "release_group_id": null,
    "labels": [
        "Violator"
    ],
    "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"
}