Information about plays

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

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

{
    "id": 3641397,
    "uri": "https://api.kexp.org/v2/plays/3641397/?format=api",
    "airdate": "2026-04-13T02:23:21-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stefanie",
    "track_id": null,
    "recording_id": "bae78ae8-4e5c-4ced-a4f3-fde6ec6e25a3",
    "artist": "Elvin Jones",
    "artist_ids": [
        "d5ac66e4-ea5d-4ebb-9e0d-bed4063208e7"
    ],
    "album": "New Agenda",
    "release_id": null,
    "release_group_id": "51a44951-8b52-415e-828a-adf529eaac62",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}