Information about plays

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

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

{
    "id": 3524595,
    "uri": "https://api.kexp.org/v2/plays/3524595/?format=api",
    "airdate": "2025-07-09T04:28:48-07:00",
    "show": 63962,
    "show_uri": "https://api.kexp.org/v2/shows/63962/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e581501-b4f8-4c75-a3a2-ff9b7515c594/28929740687-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e581501-b4f8-4c75-a3a2-ff9b7515c594/28929740687-250.jpg",
    "song": "Here Comes the Rain Again",
    "track_id": null,
    "recording_id": "b532ef62-42ba-44ea-9a9c-47321968126f",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Touch",
    "release_id": null,
    "release_group_id": "eac43114-d949-322d-b2a2-4515b824316e",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Stewart explains that he and Annie Lennox wrote this song when they were staying at the Mayflower Hotel in New York City: \"I'd been out on 46th Street and bought an early Casio keyboard,...I kept on playing this riff, and Annie was looking out the window at the slate grey sky above the New York skyline and just sang spontaneously, 'Here Comes The Rain Again.' And that was all we needed.\" youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}