Information about plays

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

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

{
    "id": 3638889,
    "uri": "https://api.kexp.org/v2/plays/3638889/?format=api",
    "airdate": "2026-04-07T02:56:26-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/c72bdb9e-0015-416b-b2ae-4d81e0232af8/36716122118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c72bdb9e-0015-416b-b2ae-4d81e0232af8/36716122118-250.jpg",
    "song": "Overnight Flight",
    "track_id": null,
    "recording_id": "73082294-5a35-4b27-8e59-06cc51b0660d",
    "artist": "DJ Manny",
    "artist_ids": [
        "67bf6053-5109-4bb5-83b9-db78ad5d7138"
    ],
    "album": "Hypnotized",
    "release_id": null,
    "release_group_id": "dc5e1df8-9af4-4f07-a5e2-9207b2545b5c",
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": "2023-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://djmanny1.bandcamp.com/album/hypnotized",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}