Information about plays

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

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

{
    "id": 3525010,
    "uri": "https://api.kexp.org/v2/plays/3525010/?format=api",
    "airdate": "2025-07-10T04:01:37-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "https://coverartarchive.org/release/a08375e3-6e85-4d9f-a50a-a8783705e74c/28554637581-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a08375e3-6e85-4d9f-a50a-a8783705e74c/28554637581-250.jpg",
    "song": "Planet Play / Laser Games",
    "track_id": null,
    "recording_id": "31dfb6ac-37d1-450e-a4d5-3cd59eb0f5ac",
    "artist": "Tradition",
    "artist_ids": [
        "02c33a66-5e82-45e0-abe4-6e8c7c65c1bf"
    ],
    "album": "Captain Ganja and the Space Patrol",
    "release_id": null,
    "release_group_id": "47924a88-0ae3-41e3-9b24-ce847cc9355c",
    "labels": [
        "Venture Records"
    ],
    "label_ids": [
        "6edb96af-2fc6-417b-9eb7-c8281e9ba352"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}