Information about plays

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

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

{
    "id": 1294912,
    "uri": "https://api.kexp.org/v2/plays/1294912/?format=api",
    "airdate": "2007-10-25T02:22:16-07:00",
    "show": 22654,
    "show_uri": "https://api.kexp.org/v2/shows/22654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TZ59J1JNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TZ59J1JNL._SL75_.jpg",
    "song": "Box Elder",
    "track_id": "e5a26a71-1334-4b36-ba63-0d9dace2b936",
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Westing (By Musket and Sextant)",
    "release_id": "da7a8255-7049-4e92-aa71-d17e2f26ee50",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1993-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}