Information about plays

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

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

{
    "id": 1286955,
    "uri": "https://api.kexp.org/v2/plays/1286955/?format=api",
    "airdate": "2007-10-04T16:23:10-07:00",
    "show": 22518,
    "show_uri": "https://api.kexp.org/v2/shows/22518/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j2R5cT13L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j2R5cT13L._SL75_.jpg",
    "song": "Hitsville U.K.",
    "track_id": null,
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Sandinista!",
    "release_id": "450f9c81-55c5-4d47-8844-8ebd13bf7538",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}