Information about plays

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

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

{
    "id": 3544159,
    "uri": "https://api.kexp.org/v2/plays/3544159/?format=api",
    "airdate": "2025-08-24T10:20:28-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Show",
    "track_id": null,
    "recording_id": "5fc14521-534d-4720-a09a-b371da11ee82",
    "artist": "Paul McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af"
    ],
    "album": "Venus and Mars",
    "release_id": null,
    "release_group_id": "0dd4d0ee-1a30-3d65-b11d-bb9d4e305ffa",
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1975-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Paul and Linda McCartney, Paul explained the lyric name dropping Jimmy Page was simply because it rhymes with “stage.” \nhttps://www.the-paulmccartney-project.com/song/rock-show/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}