Information about plays

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

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

{
    "id": 3589429,
    "uri": "https://api.kexp.org/v2/plays/3589429/?format=api",
    "airdate": "2025-12-10T17:34:32-08:00",
    "show": 65341,
    "show_uri": "https://api.kexp.org/v2/shows/65341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On God",
    "track_id": "b80b6b62-83ae-4389-ace6-9024681eb3da",
    "recording_id": "87de02eb-a21e-417c-90b4-1d5232671b26",
    "artist": "james K",
    "artist_ids": [
        "1b1ecf77-6435-4c3f-9570-9ae941112ade"
    ],
    "album": "Friend",
    "release_id": "366d4c5c-2b32-4fe7-bdbe-846717aedf2e",
    "release_group_id": "63d6ed5a-c459-419a-ad64-c59df04c5f5a",
    "labels": [
        "AD 93"
    ],
    "label_ids": [
        "92463c32-4730-459f-ba31-b8b61f4194b1"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Friend is the third album from Jamie Krasner aka james K, born and raised in the NYC area.\n\nhttps://jameskmusic.bandcamp.com/album/friend",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}