Information about plays

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

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

{
    "id": 382915,
    "uri": "https://api.kexp.org/v2/plays/382915/?format=api",
    "airdate": "2019-09-19T10:17:05-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "http://coverartarchive.org/release/e775cd01-ae54-4937-b39e-0a7bc7b17df6/2494387510-250.jpg",
    "thumbnail_uri": "",
    "song": "Stir It Up",
    "track_id": "0ebcaa52-e985-3976-8d4e-be48f1a0490c",
    "recording_id": null,
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Catch a Fire",
    "release_id": "e775cd01-ae54-4937-b39e-0a7bc7b17df6",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“'Stir It Up' is one of the few love songs written and performed by Marley throughout his career. This song, which is one of Marley’s most covered songs, was composed by Marley in 1967 and released as a single by The Wailers that same year.\" Read more about the meaning of Meaning of “Stir It Up” here: https://bit.ly/2kq0e7Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}