Information about plays

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

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

{
    "id": 3500507,
    "uri": "https://api.kexp.org/v2/plays/3500507/?format=api",
    "airdate": "2025-05-12T18:16:21-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7605262-b2db-4e9c-9498-db6b279d5bd2/41781602924-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7605262-b2db-4e9c-9498-db6b279d5bd2/41781602924-250.jpg",
    "song": "Blue",
    "track_id": null,
    "recording_id": "3328c1fd-0941-4b0a-81c9-bc2c4fdf3b28",
    "artist": "Tunde Adebimpe",
    "artist_ids": [
        "1b5cc4ba-5ade-494e-bf3c-aaf3abf75b65"
    ],
    "album": "Thee Black Boltz",
    "release_id": null,
    "release_group_id": "1f21db5a-fe89-4240-8ffc-034d81ddf95f",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-04-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music!\n\nTunde Adebimpe is musician, actor, animator, director, and visual artist who also sings for the band TV on the Radio.\n\nhttps://tundeadebimpe.bandcamp.com/track/blue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}