Information about plays

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

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

{
    "id": 1311792,
    "uri": "https://api.kexp.org/v2/plays/1311792/?format=api",
    "airdate": "2007-12-08T15:49:24-08:00",
    "show": 22943,
    "show_uri": "https://api.kexp.org/v2/shows/22943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XvWQeWwrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XvWQeWwrL._SL75_.jpg",
    "song": "Step Into My Office, Baby",
    "track_id": null,
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Dear Catastrophe Waitress",
    "release_id": "69c67828-e7d9-4287-938d-803c8e77e550",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}