Information about plays

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

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

{
    "id": 1294250,
    "uri": "https://api.kexp.org/v2/plays/1294250/?format=api",
    "airdate": "2007-10-23T09:13:51-07:00",
    "show": 22643,
    "show_uri": "https://api.kexp.org/v2/shows/22643/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31vQeEASfaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31vQeEASfaL._SL75_.jpg",
    "song": "Is It Like Today?",
    "track_id": null,
    "recording_id": null,
    "artist": "World Party",
    "artist_ids": [
        "f7691e08-2824-4e40-b126-4e4a20675036"
    ],
    "album": "History of the World Party",
    "release_id": "1f671ed7-3ee8-4a90-b1ad-9e5bf61c9244",
    "release_group_id": null,
    "labels": [
        "Ensign Records"
    ],
    "label_ids": [
        "c62674d2-cd19-4435-8c6f-52d9c183718d"
    ],
    "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"
}