Information about plays

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

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

{
    "id": 3549985,
    "uri": "https://api.kexp.org/v2/plays/3549985/?format=api",
    "airdate": "2025-09-07T09:36:58-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/62324134-6735-4bbb-bfaf-1be8bfb8acfa/6424470273-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/62324134-6735-4bbb-bfaf-1be8bfb8acfa/6424470273-250.jpg",
    "song": "Propinquity",
    "track_id": null,
    "recording_id": "017c566d-9ff1-4510-8e49-554bdc9d3740",
    "artist": "Iain Matthews",
    "artist_ids": [
        "17c3cfb3-0f55-4734-b9c8-1ee5683cca19"
    ],
    "album": "Valley Hi",
    "release_id": null,
    "release_group_id": "2eb66d07-0958-330e-b85d-c473a5c9d49a",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first solo album by an original member of Fairport Convention was produced by and recorded at former Monkees’ member Michael Nesmith’s studio. https://americana-uk.com/classic-americana-albums-ian-matthews-valley-hi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}