Information about plays

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

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

{
    "id": 451541,
    "uri": "https://api.kexp.org/v2/plays/451541/?format=api",
    "airdate": "2001-08-02T19:10:54-07:00",
    "show": 7636,
    "show_uri": "https://api.kexp.org/v2/shows/7636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JE3VZZT2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JE3VZZT2L._SL75_.jpg",
    "song": "The Writing on the Wall",
    "track_id": "fd9a8e11-0e78-450f-bf35-b269def1b333",
    "recording_id": null,
    "artist": "The Mavericks",
    "artist_ids": [
        "21e68cc5-1295-4b66-8f4d-6ba58d63f78c"
    ],
    "album": "Music for All Occasions",
    "release_id": "6c945b98-899a-4c49-a6eb-f731df73a3b7",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}