Information about plays

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

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

{
    "id": 383181,
    "uri": "https://api.kexp.org/v2/plays/383181/?format=api",
    "airdate": "2019-09-19T23:47:06-07:00",
    "show": 6374,
    "show_uri": "https://api.kexp.org/v2/shows/6374/?format=api",
    "image_uri": "http://coverartarchive.org/release/1fb7af8c-e87e-4f32-8f19-c872f1a66c93/18601198249-250.jpg",
    "thumbnail_uri": "",
    "song": "Yesterday",
    "track_id": "c6f1f74f-17c3-4ccf-84e3-4a86c37dece0",
    "recording_id": null,
    "artist": "D. Black",
    "artist_ids": [
        "be5ca425-7f82-4779-af25-8c8ef33f47e8"
    ],
    "album": "Ali'Yah",
    "release_id": "1fb7af8c-e87e-4f32-8f19-c872f1a66c93",
    "release_group_id": null,
    "labels": [
        "Sportn' Life Records"
    ],
    "label_ids": [
        "55bb18ec-cd45-4d3c-b308-cf84940058c0"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}