Information about plays

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

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

{
    "id": 3621534,
    "uri": "https://api.kexp.org/v2/plays/3621534/?format=api",
    "airdate": "2026-02-24T02:57:21-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Lost Highway",
    "track_id": null,
    "recording_id": "652ced2f-02b0-414d-a5bb-7a5a31e4cf17",
    "artist": "DJ Manny & TCJ",
    "artist_ids": [
        "67bf6053-5109-4bb5-83b9-db78ad5d7138",
        "44523063-7c0f-4763-b6a5-8d98f21bee31"
    ],
    "album": "THE LOST HIGHWAY",
    "release_id": null,
    "release_group_id": "0a8ba752-9a94-4977-a2e4-670ace70ee81",
    "labels": [
        "Teklife"
    ],
    "label_ids": [
        "225d37bb-4e84-4443-8870-37d3369d483a"
    ],
    "release_date": "2024-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://djmanny1.bandcamp.com/album/the-lost-highway",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}