Information about plays

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

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

{
    "id": 2683218,
    "uri": "https://api.kexp.org/v2/plays/2683218/?format=api",
    "airdate": "2020-01-07T10:49:08-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foyer",
    "track_id": "ae57f537-87c5-4c59-aec1-f8279981876f",
    "recording_id": null,
    "artist": "Wild Nothing",
    "artist_ids": [
        "a181595e-5b84-4439-a5f4-f548ddfb64df"
    ],
    "album": "Laughing Gas",
    "release_id": "26be1c70-c9e9-4739-b52c-7e062d066467",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2020-01-31",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wild Nothing is a project of Blacksburg, Virginia's Jack Tatum.  The new EP, \"Laughing Gas,\" will be out on January 31st, 2020. See a full live performance by Wild Nothing in the KEXP studio in 2018: https://www.youtube.com/watch?v=O1IiEkaQOGI&t=71s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}