Information about plays

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

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

{
    "id": 3471023,
    "uri": "https://api.kexp.org/v2/plays/3471023/?format=api",
    "airdate": "2025-03-02T02:05:09-08:00",
    "show": 62797,
    "show_uri": "https://api.kexp.org/v2/shows/62797/?format=api",
    "image_uri": "https://coverartarchive.org/release/0970823b-eba5-44d2-875c-0606b951c0f4/30808687387-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0970823b-eba5-44d2-875c-0606b951c0f4/30808687387-250.jpg",
    "song": "Masc",
    "track_id": null,
    "recording_id": null,
    "artist": "Chat Pile",
    "artist_ids": [
        "4ba8a084-2772-400f-9738-6736895c965d"
    ],
    "album": "Cool World",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Flenser"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(I think Reeves would approve of some Chat Pile tonight) - https://chatpile.bandcamp.com/album/cool-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}