Information about plays

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

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

{
    "id": 534562,
    "uri": "https://api.kexp.org/v2/plays/534562/?format=api",
    "airdate": "2002-04-04T11:28:54-08:00",
    "show": 9260,
    "show_uri": "https://api.kexp.org/v2/shows/9260/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D2IkXsBrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D2IkXsBrL._SL75_.jpg",
    "song": "Roll Away the Stone",
    "track_id": "5ec85546-8e75-402c-a754-028aea0b296c",
    "recording_id": null,
    "artist": "Kelly Joe Phelps",
    "artist_ids": [
        "fb1a017d-697d-48e6-8884-3ab3b41709ab"
    ],
    "album": "Roll Away the Stone",
    "release_id": "9f392a32-e85a-47f3-a0ea-d1d8335da62f",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}