Information about plays

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

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

{
    "id": 3602077,
    "uri": "https://api.kexp.org/v2/plays/3602077/?format=api",
    "airdate": "2026-01-09T03:40:47-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6d2e732-e76f-40c6-a1d2-b1edd095557f/41305538744-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6d2e732-e76f-40c6-a1d2-b1edd095557f/41305538744-250.jpg",
    "song": "I Miss You",
    "track_id": null,
    "recording_id": "006b3683-407f-4c0e-8080-14486c91da36",
    "artist": "Klymaxx",
    "artist_ids": [
        "7b96d7c8-dd06-45ac-ab8a-5a6116950523"
    ],
    "album": "I Miss You",
    "release_id": null,
    "release_group_id": "fd28ffef-f20d-46fd-97d6-915901cda993",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Irene!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}