Information about plays

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

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

{
    "id": 2677738,
    "uri": "https://api.kexp.org/v2/plays/2677738/?format=api",
    "airdate": "2019-12-25T00:59:47-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "McCarthy Trenching’s “Christmas Song” featuring vocals from Jackson Browne. Hear it below. In a statement, Bridgers writes, “The first time I heard this song it hit me like a ton of bricks. A lot of McCarthy Trenching songs do that. It’s not that often that I hear a Christmas song that doesn’t make me want to quit music.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}