Information about plays

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

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

{
    "id": 3572462,
    "uri": "https://api.kexp.org/v2/plays/3572462/?format=api",
    "airdate": "2025-11-01T03:58:52-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://ia601603.us.archive.org/22/items/mbid-d11f495b-e7fd-47ff-963e-08d487a97dfa/mbid-d11f495b-e7fd-47ff-963e-08d487a97dfa-35358876547_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-d11f495b-e7fd-47ff-963e-08d487a97dfa/mbid-d11f495b-e7fd-47ff-963e-08d487a97dfa-35358876547_thumb250.jpg",
    "song": "To Remain/To Return",
    "track_id": "6340b4a1-678c-4b86-bdea-a334792d1153",
    "recording_id": "c9354dc5-4fcf-4b46-b9d8-79fd4024c11a",
    "artist": "Arooj Aftab, Vijay Iyer & Shahzad Ismaily",
    "artist_ids": [
        "b971900e-3ea2-4e75-8217-9aaa89e0cc81",
        "12d0b276-b102-4779-ac35-6939c584d9da",
        "ba2ff5ad-b5a4-499b-aac1-b31fd093112b"
    ],
    "album": "Love in Exile",
    "release_id": "d11f495b-e7fd-47ff-963e-08d487a97dfa",
    "release_group_id": "e727064f-7e77-4834-a3b8-ca1f1ef0d819",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2023-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}