Information about plays

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

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

{
    "id": 3598879,
    "uri": "https://api.kexp.org/v2/plays/3598879/?format=api",
    "airdate": "2026-01-01T15:49:13-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Groove",
    "track_id": null,
    "recording_id": "b415b61a-3b4c-4b8a-8107-a8310f3c67a9",
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "Raise!",
    "release_id": null,
    "release_group_id": "0a28e7a2-836e-35c9-9a0b-26833dc5eefc",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1981-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maurice White and Wayne Vaughn wrote \"Let's Groove.\"  that's The Phenix Horns contributing to the song.: https://grokipedia.com/page/The_Phenix_Horns",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}