Information about plays

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

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

{
    "id": 382917,
    "uri": "https://api.kexp.org/v2/plays/382917/?format=api",
    "airdate": "2019-09-19T10:25:00-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Brother (Do Unto Others)",
    "track_id": "d85c8655-05de-457e-b1aa-a2aff242690d",
    "recording_id": null,
    "artist": "The Family Daptone",
    "artist_ids": [
        "f9699154-b192-45b7-ba4b-43d57090cffc"
    ],
    "album": "Hey Brother (Do Unto Others) / Soul Fugue",
    "release_id": "c013e305-9e47-47e5-8e14-79c17df6f363",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In June 2019, Daptone Records released their 100th 45 with this song featuring Charles Bradley, Sharon Jones, Lee Fields, James Hunter and more. The song was written by reggae group the Frightnrs and released on their last LP, <i>Nothing More to Say</i> in 2015. Read more about this soulful collaboration here: https://bit.ly/2kTIaTU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}