Information about plays

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

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

{
    "id": 3578388,
    "uri": "https://api.kexp.org/v2/plays/3578388/?format=api",
    "airdate": "2025-11-15T06:25:31-08:00",
    "show": 65114,
    "show_uri": "https://api.kexp.org/v2/shows/65114/?format=api",
    "image_uri": "https://coverartarchive.org/release/46199035-c776-4abd-bcbb-1e95af2dfe7f/29572650033-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46199035-c776-4abd-bcbb-1e95af2dfe7f/29572650033-250.jpg",
    "song": "A Boy Brushed Red Living in Black and White",
    "track_id": null,
    "recording_id": "7eaca3f4-3574-478d-84ed-ec27f7d54289",
    "artist": "Underoath",
    "artist_ids": [
        "674a7e8c-9682-419a-8e05-2358e28b5359"
    ],
    "album": "They’re Only Chasing Safety",
    "release_id": null,
    "release_group_id": "e296304f-5d67-381f-a482-676d711f2482",
    "labels": [
        "Tooth & Nail Records"
    ],
    "label_ids": [
        "7bed0e70-98c2-445e-a065-51280cbebd75"
    ],
    "release_date": "2004-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}