Information about plays

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

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

{
    "id": 3549519,
    "uri": "https://api.kexp.org/v2/plays/3549519/?format=api",
    "airdate": "2025-09-06T05:32:05-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia801806.us.archive.org/11/items/mbid-528a8837-5cb9-4865-93d3-00c6e15ceae1/mbid-528a8837-5cb9-4865-93d3-00c6e15ceae1-32707353250_thumb500.jpg",
    "thumbnail_uri": "https://ia801806.us.archive.org/11/items/mbid-528a8837-5cb9-4865-93d3-00c6e15ceae1/mbid-528a8837-5cb9-4865-93d3-00c6e15ceae1-32707353250_thumb250.jpg",
    "song": "Bop Gun (Endangered Species)",
    "track_id": "9020f805-7b2d-3a06-8930-529b7b891a21",
    "recording_id": "daac705a-a164-453e-b674-52a8eb754beb",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Funkentelechy vs. the Placebo Syndrome",
    "release_id": "528a8837-5cb9-4865-93d3-00c6e15ceae1",
    "release_group_id": "65ad1bb2-1022-3f9e-a66f-4a1aa4536620",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1990-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}