Information about plays

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

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

{
    "id": 490397,
    "uri": "https://api.kexp.org/v2/plays/490397/?format=api",
    "airdate": "2001-11-26T02:00:00-08:00",
    "show": 8401,
    "show_uri": "https://api.kexp.org/v2/shows/8401/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615J34KUdNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615J34KUdNL._SL75_.jpg",
    "song": "No Master Plan No Master Race",
    "track_id": "257022a5-0dbd-4dd2-a5ca-94ee67bb0182",
    "recording_id": null,
    "artist": "3rd Bass",
    "artist_ids": [
        "34ea2ef9-c05c-427e-a26f-0bb35c7d6524"
    ],
    "album": "Derelicts of Dialect",
    "release_id": "4dc5dfe6-7660-4325-a63b-80e6961da2f4",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1991-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}