Information about plays

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

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

{
    "id": 3533574,
    "uri": "https://api.kexp.org/v2/plays/3533574/?format=api",
    "airdate": "2025-07-30T02:52:54-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://ia800703.us.archive.org/9/items/mbid-2b4a02d6-0ec8-3eb1-8c5e-48ce58b994ed/mbid-2b4a02d6-0ec8-3eb1-8c5e-48ce58b994ed-8187130894_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/9/items/mbid-2b4a02d6-0ec8-3eb1-8c5e-48ce58b994ed/mbid-2b4a02d6-0ec8-3eb1-8c5e-48ce58b994ed-8187130894_thumb250.jpg",
    "song": "Where Are You Now?",
    "track_id": "81d7f23a-96b1-34f1-aa24-3b7475bfb121",
    "recording_id": "08ab6e72-420f-4432-b0f4-e1fde921e1d7",
    "artist": "Brandy",
    "artist_ids": [
        "01e60eba-52df-4694-8f09-39f43abe54e9"
    ],
    "album": "Batman Forever: Music From the Motion Picture",
    "release_id": "2b4a02d6-0ec8-3eb1-8c5e-48ce58b994ed",
    "release_group_id": "db403c1f-584d-32a4-9857-c37998dc9efa",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1995-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Where Are You Now? is a song by Brandy that was featured on the soundtrack to the 1995 film \"Batman Forever.\"\n\nThe song was written & produced by Lenny Kravitz. Brandy was 16 at the time of recording.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}