Information about plays

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

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

{
    "id": 3641771,
    "uri": "https://api.kexp.org/v2/plays/3641771/?format=api",
    "airdate": "2026-04-14T01:23:16-07:00",
    "show": 66448,
    "show_uri": "https://api.kexp.org/v2/shows/66448/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fcde35d-10bf-4c7c-8141-f71f08f4e453/29125283179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fcde35d-10bf-4c7c-8141-f71f08f4e453/29125283179-250.jpg",
    "song": "All I Need (DJ‐Kicks)",
    "track_id": null,
    "recording_id": "9a73c0a3-f0aa-481e-a56a-ee5167c1058b",
    "artist": "Jayda G",
    "artist_ids": [
        "b6ba12ae-1304-46b3-b96b-9be22dbdab4a"
    ],
    "album": "All I Need (DJ‐Kicks)",
    "release_id": null,
    "release_group_id": "f2322d5d-43fd-4608-b66e-c1395c7a7f3c",
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2021-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://jaydag.bandcamp.com/album/dj-kicks-jayda-g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}