Information about plays

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

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

{
    "id": 3636671,
    "uri": "https://api.kexp.org/v2/plays/3636671/?format=api",
    "airdate": "2026-04-02T00:56:19-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/b15731d4-2ea8-4111-8dac-57d4ccc9b8b7/10121807017-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b15731d4-2ea8-4111-8dac-57d4ccc9b8b7/10121807017-250.jpg",
    "song": "Modigliani (Lost in Your Eyes)",
    "track_id": null,
    "recording_id": "c1398442-7128-4913-adf9-43615e1cc978",
    "artist": "Book of Love",
    "artist_ids": [
        "874b3a85-db6e-49f2-b8bf-747ca5c10d27"
    ],
    "album": "Book of Love",
    "release_id": null,
    "release_group_id": "e07e7061-adef-362e-bec6-51edc74e544d",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}