Information about plays

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

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

{
    "id": 352343,
    "uri": "https://api.kexp.org/v2/plays/352343/?format=api",
    "airdate": "2019-07-09T23:51:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "401c46b5-e30c-460a-8d82-e76e6e0df968",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "07e03132-e59e-4568-8a27-5eb72b089fd1",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolf Parade are playing on Aug 2 at the first of the Concerts at the Mural Series at the Seattle Center Mural Amphitheater w/ Dumb and Jock Tears. More info here: https://www.kexp.org/events/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}