Information about plays

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

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

{
    "id": 2677028,
    "uri": "https://api.kexp.org/v2/plays/2677028/?format=api",
    "airdate": "2019-12-23T05:38:19-08:00",
    "show": 46208,
    "show_uri": "https://api.kexp.org/v2/shows/46208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sister Winter",
    "track_id": "6950274f-fc1c-3113-a0a4-cbf10ceebb9f",
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Songs for Christmas Sampler",
    "release_id": "cc9a659e-e706-486f-b8fc-f11cb1984a9e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}