Information about plays

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

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

{
    "id": 455167,
    "uri": "https://api.kexp.org/v2/plays/455167/?format=api",
    "airdate": "2001-08-13T10:52:30-07:00",
    "show": 7707,
    "show_uri": "https://api.kexp.org/v2/shows/7707/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BlpOj4SqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BlpOj4SqL._SL75_.jpg",
    "song": "Faron",
    "track_id": "e49dc663-dc33-4299-a3cb-f874b29898ec",
    "recording_id": null,
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "Two Wheels Good",
    "release_id": "6d431a4c-7a1f-4df7-8c1e-342adfd0233d",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}