Information about plays

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

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

{
    "id": 3489633,
    "uri": "https://api.kexp.org/v2/plays/3489633/?format=api",
    "airdate": "2025-04-16T14:25:06-07:00",
    "show": 63207,
    "show_uri": "https://api.kexp.org/v2/shows/63207/?format=api",
    "image_uri": "https://coverartarchive.org/release/2413b346-7a73-46a7-ad5b-1fe496d8b0a2/11538533710-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2413b346-7a73-46a7-ad5b-1fe496d8b0a2/11538533710-250.jpg",
    "song": "Don't Let Love Get You Down",
    "track_id": null,
    "recording_id": "c7c120a1-9d63-4b8a-850d-8ad185cc49ba",
    "artist": "Archie Bell & the Drells",
    "artist_ids": [
        "9b89f290-eb18-4bc3-977a-e20c7d90db2d"
    ],
    "album": "Where Will You Go When the Party's Over",
    "release_id": null,
    "release_group_id": "2e468ddf-ff82-3521-815c-6d9288846d51",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rhythm and blues vocal ensemble Archie Bell & the Drells was established in 1968 by lyricist Archie Bell.  He was born in Henderson, Texas, on September 1, 1944, and reared in Houston.\n\nRead more about the band here: https://www.blackpast.org/african-american-history/archie-bell-the-drells-1968-1980/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}