Information about plays

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

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

{
    "id": 534796,
    "uri": "https://api.kexp.org/v2/plays/534796/?format=api",
    "airdate": "2002-04-05T02:41:46-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QG1FRQXZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QG1FRQXZL._SL75_.jpg",
    "song": "The_Bionaut-Bluebell_(The_Birth_Of_A_Bionaut)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bionaut",
    "artist_ids": [
        "2b686d66-1a11-4e7f-a4b4-4fe88513bfc7"
    ],
    "album": "Lubricate Your Living Room",
    "release_id": "f843f495-0319-45dd-9091-0e7007f8f79f",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}