Information about plays

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

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

{
    "id": 468255,
    "uri": "https://api.kexp.org/v2/plays/468255/?format=api",
    "airdate": "2001-09-20T18:13:02-07:00",
    "show": 7966,
    "show_uri": "https://api.kexp.org/v2/shows/7966/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jpZV7EmQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jpZV7EmQL._SL75_.jpg",
    "song": "Kickin' Our Hearts Around",
    "track_id": "8bc677d7-fa89-4378-b28c-ddd1a7dad334",
    "recording_id": null,
    "artist": "Buck Owens",
    "artist_ids": [
        "13cb0fb4-7f7f-4116-a282-905c675c39ef"
    ],
    "album": "On the Bandstand",
    "release_id": "9e69b61e-4e19-404f-a5eb-41b87807a67b",
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "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"
}