Information about plays

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

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

{
    "id": 3545624,
    "uri": "https://api.kexp.org/v2/plays/3545624/?format=api",
    "airdate": "2025-08-27T21:36:52-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd60b18e-c5ce-445d-889e-deb5739f3f93/29907799672-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd60b18e-c5ce-445d-889e-deb5739f3f93/29907799672-250.jpg",
    "song": "Bridge Through Time",
    "track_id": null,
    "recording_id": "79d6a5e8-dc65-453c-8ada-356dfe433529",
    "artist": "Lonnie Liston Smith",
    "artist_ids": [
        "b7eb7b38-7f51-45e9-b583-64303b24eabe"
    ],
    "album": "Love Is the Answer",
    "release_id": null,
    "release_group_id": "c44dcc3d-6928-4694-ba6d-06d1c7a2f35a",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We have entered the \"hecka\" stage of Emily and Mike's \"hella space jazz\" request",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}