Information about plays

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

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

{
    "id": 3581882,
    "uri": "https://api.kexp.org/v2/plays/3581882/?format=api",
    "airdate": "2025-11-23T10:58:11-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stack‐A‐Lee, Parts 1 & 2",
    "track_id": null,
    "recording_id": "af91f39d-4057-4b2f-8d45-d6982a868c72",
    "artist": "Archibald feat. Dave Bartholomew",
    "artist_ids": [],
    "album": "The Complete New Orleans Sessions 1950-1952",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Krazy Kat"
    ],
    "label_ids": [
        "bd8845ff-0af8-4a0b-90ac-33db962f7c61"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Leon Gross known as Archibald had a hit with this song in 1950, reaching No. 10 on the R&B Billboard chart, making it the biggest hit of all the recorded versions at the time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}