Information about plays

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

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

{
    "id": 3632639,
    "uri": "https://api.kexp.org/v2/plays/3632639/?format=api",
    "airdate": "2026-03-23T06:30:38-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funny How Time Slips Away",
    "track_id": "a7fc7808-bf5b-3976-a704-f1abbd59e416",
    "recording_id": "dd95b85c-8a28-4ec4-934f-14b7f5fb96f0",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Unchained Melody",
    "release_id": "8f353c2a-561e-483d-9e42-ff3285a18ce2",
    "release_group_id": "82297784-6bef-367f-a3b9-60e5c6d56d74",
    "labels": [
        "CEMA Special Markets"
    ],
    "label_ids": [
        "25f5cdca-7ba8-4e64-bdfb-dbacd8891acc"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Al Green covering Willie Nelson!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}