Information about plays

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

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

{
    "id": 3473843,
    "uri": "https://api.kexp.org/v2/plays/3473843/?format=api",
    "airdate": "2025-03-09T00:35:09-08:00",
    "show": 62859,
    "show_uri": "https://api.kexp.org/v2/shows/62859/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothingness",
    "track_id": null,
    "recording_id": null,
    "artist": "Rotten Sound",
    "artist_ids": [
        "4d2949b4-eb5f-4296-b71a-04603c6a9802"
    ],
    "album": "Apocalypse",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Season of Mist"
    ],
    "label_ids": [],
    "release_date": "2023-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Finland\n\nhttps://rottensound.bandcamp.com/album/apocalypse",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}