Information about plays

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

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

{
    "id": 453694,
    "uri": "https://api.kexp.org/v2/plays/453694/?format=api",
    "airdate": "2001-08-09T02:56:50-07:00",
    "show": 7677,
    "show_uri": "https://api.kexp.org/v2/shows/7677/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31tCJMs8-UL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31tCJMs8-UL._SL75_.jpg",
    "song": "Talkin' Seattle Grunge Rock Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "Songs for the Daily Planet",
    "release_id": "81e4787c-59bc-4997-8149-4e01879c7efe",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}