Information about plays

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

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

{
    "id": 3539134,
    "uri": "https://api.kexp.org/v2/plays/3539134/?format=api",
    "airdate": "2025-08-12T10:34:55-07:00",
    "show": 64270,
    "show_uri": "https://api.kexp.org/v2/shows/64270/?format=api",
    "image_uri": "https://ia801805.us.archive.org/32/items/mbid-e3c05ce3-cb9a-407b-a0e0-18e0467d410d/mbid-e3c05ce3-cb9a-407b-a0e0-18e0467d410d-28763679697_thumb500.jpg",
    "thumbnail_uri": "https://ia601805.us.archive.org/32/items/mbid-e3c05ce3-cb9a-407b-a0e0-18e0467d410d/mbid-e3c05ce3-cb9a-407b-a0e0-18e0467d410d-28763679697_thumb250.jpg",
    "song": "Eagles Below Us",
    "track_id": "5f3db0dc-7750-4d01-9b70-a5f5ff4e07b3",
    "recording_id": "36bdc304-24d2-4a2a-9072-4571dfeda868",
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "The Pet Parade",
    "release_id": "e3c05ce3-cb9a-407b-a0e0-18e0467d410d",
    "release_group_id": "7f4481b3-33dd-4dee-976e-7db49c60669f",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2021-03-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was the host when Fruit Bats performed live in our studio in May, 2023: https://www.youtube.com/watch?v=RwZ3F3MRrBY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}