Information about plays

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

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

{
    "id": 3610379,
    "uri": "https://api.kexp.org/v2/plays/3610379/?format=api",
    "airdate": "2026-01-28T23:08:43-08:00",
    "show": 65781,
    "show_uri": "https://api.kexp.org/v2/shows/65781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep My Baby Warm",
    "track_id": null,
    "recording_id": "f34c0cbe-15fb-478a-a5c5-4dba14a36174",
    "artist": "Charles May & Annette May Thomas",
    "artist_ids": [
        "6dfbac55-192e-406d-a984-fd2123aee96e",
        "1d79f483-6e4b-4e71-8b77-f97a75fcb809"
    ],
    "album": "Songs Our Father Used to Sing",
    "release_id": null,
    "release_group_id": "fbacc1ff-c06e-48d7-a930-7af6db7329dc",
    "labels": [
        "Gospel Truth Records"
    ],
    "label_ids": [
        "f8fd4086-d3a5-438a-8d66-bcb02f3238ed"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}