Information about plays

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

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

{
    "id": 3608778,
    "uri": "https://api.kexp.org/v2/plays/3608778/?format=api",
    "airdate": "2026-01-25T02:11:27-08:00",
    "show": 65749,
    "show_uri": "https://api.kexp.org/v2/shows/65749/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa5835f5-2492-45e8-bfca-d8bf1d6a369e/19185967800-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa5835f5-2492-45e8-bfca-d8bf1d6a369e/19185967800-250.jpg",
    "song": "Firing Squad",
    "track_id": null,
    "recording_id": "9e908407-0dce-44b8-8f23-ed985cc7434d",
    "artist": "Power Trip",
    "artist_ids": [
        "7f179acc-d6eb-4ca9-af90-c14e397fb613"
    ],
    "album": "Nightmare Logic",
    "release_id": null,
    "release_group_id": "ed3ea0e4-62c2-4d27-9d0a-6c4cd6c64cc3",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2017-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}