Information about plays

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

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

{
    "id": 1305312,
    "uri": "https://api.kexp.org/v2/plays/1305312/?format=api",
    "airdate": "2007-11-22T03:41:05-08:00",
    "show": 22834,
    "show_uri": "https://api.kexp.org/v2/shows/22834/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41eyXm4u1-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41eyXm4u1-L._SL75_.jpg",
    "song": "Whiner's Bio",
    "track_id": "e51da0f0-98c2-4069-9714-788a50dcb93c",
    "recording_id": null,
    "artist": "Mates of State",
    "artist_ids": [
        "e9c97fdb-9fa0-4955-9a6c-1c43e1ac3f64"
    ],
    "album": "Team Boo",
    "release_id": "91cc9b5b-9792-4857-ae05-f85ca157127b",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2003-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}