Information about plays

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

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

{
    "id": 3601550,
    "uri": "https://api.kexp.org/v2/plays/3601550/?format=api",
    "airdate": "2026-01-07T21:12:14-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "https://ia902807.us.archive.org/12/items/mbid-2ff2d6c2-9bd6-4c37-b7ad-fa7f04a82711/mbid-2ff2d6c2-9bd6-4c37-b7ad-fa7f04a82711-24921755525_thumb500.jpg",
    "thumbnail_uri": "https://ia902807.us.archive.org/12/items/mbid-2ff2d6c2-9bd6-4c37-b7ad-fa7f04a82711/mbid-2ff2d6c2-9bd6-4c37-b7ad-fa7f04a82711-24921755525_thumb250.jpg",
    "song": "I Can't Lose",
    "track_id": "ca0b8708-88a5-450e-8271-bc513bdd49b8",
    "recording_id": "ecf9d69f-2af0-4843-9916-203b97a6395b",
    "artist": "Sam Cohen",
    "artist_ids": [
        "e2af9799-2254-46a8-ba8e-31d29849bc34"
    ],
    "album": "The Future's Still Ringing In My Ears",
    "release_id": "2ff2d6c2-9bd6-4c37-b7ad-fa7f04a82711",
    "release_group_id": "d797271b-6c55-40a8-9c81-0fc8c7e4b950",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://30thcenturyrecords.com/releases/the-futures-still-ringing-in-my-ears-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}