Information about plays

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

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

{
    "id": 1352249,
    "uri": "https://api.kexp.org/v2/plays/1352249/?format=api",
    "airdate": "2008-03-20T19:26:22-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4126M07SD3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4126M07SD3L._SL75_.jpg",
    "song": "Nitro Express",
    "track_id": "a4b09686-81a5-4533-8b57-91a2fc9849a7",
    "recording_id": null,
    "artist": "Red Simpson",
    "artist_ids": [
        "db96de54-4c4f-4466-8181-32bb8fb31d43"
    ],
    "album": "The Best of Red Simpson",
    "release_id": "be5fb9e6-0378-406e-8209-307d545cdf2d",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "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"
}