Information about plays

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

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

{
    "id": 1276963,
    "uri": "https://api.kexp.org/v2/plays/1276963/?format=api",
    "airdate": "2007-09-08T23:02:00-07:00",
    "show": 22348,
    "show_uri": "https://api.kexp.org/v2/shows/22348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31EGN9QP8NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31EGN9QP8NL._SL75_.jpg",
    "song": "(We Will Not) Remember You",
    "track_id": "82c7d763-793c-4986-8c2f-ac5b7be92f6a",
    "recording_id": null,
    "artist": "Anti-Nowhere League",
    "artist_ids": [
        "35718ac2-0681-4270-9e16-ad37f9dc6583"
    ],
    "album": "We Are... The League",
    "release_id": "187b8170-1641-4f64-8052-3296255baa81",
    "release_group_id": null,
    "labels": [
        "WXYZ Records"
    ],
    "label_ids": [
        "0425dd71-80db-49eb-b345-c9a95aa23b16"
    ],
    "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"
}