Information about plays

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

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

{
    "id": 1317634,
    "uri": "https://api.kexp.org/v2/plays/1317634/?format=api",
    "airdate": "2007-12-23T15:39:00-08:00",
    "show": 23042,
    "show_uri": "https://api.kexp.org/v2/shows/23042/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NLDbeG1BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NLDbeG1BL._SL75_.jpg",
    "song": "Plateau",
    "track_id": null,
    "recording_id": null,
    "artist": "Meat Puppets",
    "artist_ids": [
        "3df040ee-2b8b-446b-937a-3f86f4b2cabf"
    ],
    "album": "Meat Puppets II",
    "release_id": "89b22584-7446-4516-9ccf-26fe5d86cecd",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1984-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}