Information about plays

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

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

{
    "id": 2677029,
    "uri": "https://api.kexp.org/v2/plays/2677029/?format=api",
    "airdate": "2019-12-23T05:43:13-08:00",
    "show": 46208,
    "show_uri": "https://api.kexp.org/v2/shows/46208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Song",
    "track_id": "31b7b56f-c1da-4ee7-80ed-464f9bb9d4a1",
    "recording_id": null,
    "artist": "Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86"
    ],
    "album": "Christmas Song",
    "release_id": "b7da0d3f-dd5e-4bbb-aeba-50e9e84d07c7",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2018-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}