Information about plays

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

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

{
    "id": 3637510,
    "uri": "https://api.kexp.org/v2/plays/3637510/?format=api",
    "airdate": "2026-04-04T01:14:02-07:00",
    "show": 66360,
    "show_uri": "https://api.kexp.org/v2/shows/66360/?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": "You",
    "track_id": null,
    "recording_id": "0864ee19-a916-4d26-bda7-e269cda0b43b",
    "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": [
        "a49450b5-8e1d-4418-b32d-1c36b2afc151"
    ],
    "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"
}