Information about plays

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

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

{
    "id": 3429186,
    "uri": "https://api.kexp.org/v2/plays/3429186/?format=api",
    "airdate": "2024-11-23T18:41:35-08:00",
    "show": 61929,
    "show_uri": "https://api.kexp.org/v2/shows/61929/?format=api",
    "image_uri": "https://ia601800.us.archive.org/28/items/mbid-2b805c5a-082e-41f4-be8d-52d5f52052d1/mbid-2b805c5a-082e-41f4-be8d-52d5f52052d1-39719269550_thumb500.jpg",
    "thumbnail_uri": "https://ia801800.us.archive.org/28/items/mbid-2b805c5a-082e-41f4-be8d-52d5f52052d1/mbid-2b805c5a-082e-41f4-be8d-52d5f52052d1-39719269550_thumb250.jpg",
    "song": "Jonas",
    "track_id": "d08289c3-4e0f-414e-8288-e47d877e884a",
    "recording_id": "b3a07bef-364b-40a9-911b-f53a823370c2",
    "artist": "Red Ribbon",
    "artist_ids": [
        "ef4091bd-cb48-4c99-873c-90e104ce79d5"
    ],
    "album": "Red Ribbon",
    "release_id": "2b805c5a-082e-41f4-be8d-52d5f52052d1",
    "release_group_id": "74bcba7b-8012-43f9-9525-70397a7d9996",
    "labels": [
        "Danger Collective Records"
    ],
    "label_ids": [
        "20ac5cd8-692c-4aae-96a0-0bd5168acbf2"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New self-titled record!\n\nhttps://redribbonmusic.bandcamp.com/album/red-ribbon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}