Information about plays

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

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

{
    "id": 2670950,
    "uri": "https://api.kexp.org/v2/plays/2670950/?format=api",
    "airdate": "2019-12-09T11:05:03-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Initiative",
    "track_id": "ab394198-405a-438d-b45d-4891efa9d604",
    "recording_id": null,
    "artist": "Shopping",
    "artist_ids": [
        "b20c4968-3d5d-41fc-b8f8-a6092528eb79"
    ],
    "album": "All or Nothing",
    "release_id": "e0ae98ce-6952-4b20-b71d-f33f87a074f6",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2020-02-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘All or Nothing’ will be arriving via FatCat Records on the  7th of February 2020. <br><br> Shopping will be playing the Tractor Tavern on the 6th of March 2020! Read more about their upcoming album & tour here: https://bit.ly/2Ps7HPb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}