Information about plays

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

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

{
    "id": 350488,
    "uri": "https://api.kexp.org/v2/plays/350488/?format=api",
    "airdate": "2019-07-05T14:57:13-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/445c3276-3087-440e-99e5-c451ead333cd/22747461570-250.jpg",
    "thumbnail_uri": "",
    "song": "Old Engine Oil",
    "track_id": "aec303cb-9f6e-41bf-866c-2acba7037d98",
    "recording_id": null,
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "V",
    "release_id": "445c3276-3087-440e-99e5-c451ead333cd",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BB's Jared Tankel on this track: \"'Old Engine Oil' is, to me, it's kind of a clear favorite and winner from the album. We put it first, so that says something and we're leading off our sets with it now. I think it just kind of sets the mood right for us. It's got the guitar-driven thrust to it. But it's a little bit different than some of 'Burnt Offerings' guitar licks. It's a little dirtier almost. But the horns are just super anthemic and strong, which I think is like reminiscent of [The Budos Band II] or even The Budos Band I.\" https://bit.ly/2ZOZYyW",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}