Information about plays

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

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

{
    "id": 350234,
    "uri": "https://api.kexp.org/v2/plays/350234/?format=api",
    "airdate": "2019-07-04T23:44:00-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On the Road Again",
    "track_id": "da28920d-96f5-326b-bb52-c714527734f1",
    "recording_id": null,
    "artist": "Canned Heat",
    "artist_ids": [
        "815a0279-558c-4522-ac3b-6a1e259e95b5"
    ],
    "album": "Cruisin'",
    "release_id": "549c4165-ca16-42b0-954e-da75c0ec6e34",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On the Road Again\" is a song recorded by the American blues-rock group Canned Heat in 1967. A driving blues-rock boogie, it was adapted from earlier blues songs and includes mid-1960s psychedelic rock elements. Unlike most of Canned Heat's songs from the period, second guitarist and harmonica player Alan Wilson provides the distinctive falsetto vocal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}