Information about plays

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

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

{
    "id": 3569307,
    "uri": "https://api.kexp.org/v2/plays/3569307/?format=api",
    "airdate": "2025-10-24T09:43:50-07:00",
    "show": 64918,
    "show_uri": "https://api.kexp.org/v2/shows/64918/?format=api",
    "image_uri": "https://ia904502.us.archive.org/2/items/mbid-958fba9c-598a-4195-a1ae-fca83a836704/mbid-958fba9c-598a-4195-a1ae-fca83a836704-9752651323_thumb500.jpg",
    "thumbnail_uri": "https://ia804502.us.archive.org/2/items/mbid-958fba9c-598a-4195-a1ae-fca83a836704/mbid-958fba9c-598a-4195-a1ae-fca83a836704-9752651323_thumb250.jpg",
    "song": "I’m Still Standing",
    "track_id": "fd0d22df-fd2d-46fc-bd4a-149627dafa8b",
    "recording_id": "50d83ff0-6ffd-4a92-b353-c104bbb45b9e",
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Too Low for Zero",
    "release_id": "958fba9c-598a-4195-a1ae-fca83a836704",
    "release_group_id": "06e023f6-8b88-3554-9ce6-e2b8f1e69925",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elton John opened his killer set at Live Aid 1985 with this song: https://www.youtube.com/watch?v=toOkQvL6kgY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}