Information about plays

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

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

{
    "id": 3549471,
    "uri": "https://api.kexp.org/v2/plays/3549471/?format=api",
    "airdate": "2025-09-06T02:49:29-07:00",
    "show": 64486,
    "show_uri": "https://api.kexp.org/v2/shows/64486/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Part of Me",
    "track_id": null,
    "recording_id": "64f34718-a5d8-4cb4-8323-7940651f7fff",
    "artist": "The Berlangas",
    "artist_ids": [
        "bc090293-2b39-469e-85d3-9c1bf34bb818"
    ],
    "album": "Congelado Corazón - Remastered",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Contubernio Records"
    ],
    "label_ids": [
        "e8918d9f-8cb4-4782-8910-bb9af88ae64d"
    ],
    "release_date": "2019-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://berlangas.bandcamp.com/album/congelado-coraz-n-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}