Information about plays

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

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

{
    "id": 3592108,
    "uri": "https://api.kexp.org/v2/plays/3592108/?format=api",
    "airdate": "2025-12-17T02:27:32-08:00",
    "show": 65399,
    "show_uri": "https://api.kexp.org/v2/shows/65399/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Summer",
    "track_id": "de60c806-0c2d-4cde-84b5-1c7254e9a616",
    "recording_id": "47671489-0a0d-4628-9106-f51fa627d796",
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Bunky Becky Birthday Boy",
    "release_id": "523edc66-e706-44a0-8d36-fe2a0e4d57d8",
    "release_group_id": "dc38c5bc-0130-42e6-bf9f-20a9f55b7111",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bunky Becky Birthday Boy is the sixth studio album by American musical duo Sleigh Bells. It was released on April 4, 2025 https://sleighbells.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}