Information about plays

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

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

{
    "id": 3649350,
    "uri": "https://api.kexp.org/v2/plays/3649350/?format=api",
    "airdate": "2026-05-02T02:50:48-07:00",
    "show": 66604,
    "show_uri": "https://api.kexp.org/v2/shows/66604/?format=api",
    "image_uri": "https://coverartarchive.org/release/45c7a7a1-3c9a-44ab-819d-e15f7aa099a2/41597807806-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/45c7a7a1-3c9a-44ab-819d-e15f7aa099a2/41597807806-250.jpg",
    "song": "Trigger Track (7″ Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Boytronic",
    "artist_ids": [
        "3bd8aeaf-06d2-4691-99c9-6c3e79326b37"
    ],
    "album": "The Working Model",
    "release_id": null,
    "release_group_id": "f685a726-cbd8-307c-a671-07f4107250c4",
    "labels": [
        "Mecanica"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mecanica.bandcamp.com/album/the-working-model",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}