Information about plays

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

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

{
    "id": 458874,
    "uri": "https://api.kexp.org/v2/plays/458874/?format=api",
    "airdate": "2001-08-23T19:14:17-07:00",
    "show": 7778,
    "show_uri": "https://api.kexp.org/v2/shows/7778/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612PX0RcFjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612PX0RcFjL._SL75_.jpg",
    "song": "Chiseled in Stone",
    "track_id": null,
    "recording_id": null,
    "artist": "Vern Gosdin",
    "artist_ids": [
        "e4a4e2d7-bb43-4da1-b40d-53b9ba0aa714"
    ],
    "album": "Chiseled in Stone",
    "release_id": "adcfc5a0-218c-4408-aea3-a98b4c801a29",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}