Information about plays

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

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

{
    "id": 3555697,
    "uri": "https://api.kexp.org/v2/plays/3555697/?format=api",
    "airdate": "2025-09-21T00:24:50-07:00",
    "show": 64619,
    "show_uri": "https://api.kexp.org/v2/shows/64619/?format=api",
    "image_uri": "https://coverartarchive.org/release/678f8c46-46ed-4e99-9a6f-d08e955c5d5d/29784367500-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/678f8c46-46ed-4e99-9a6f-d08e955c5d5d/29784367500-250.jpg",
    "song": "Purveyor of Fear",
    "track_id": null,
    "recording_id": "03969219-69a0-4adf-8914-25ec510eb080",
    "artist": "Hellwitch",
    "artist_ids": [
        "427ff25b-7948-4b61-884b-3d2a1a87d79f"
    ],
    "album": "Syzygial Miscreancy",
    "release_id": null,
    "release_group_id": "b9e467eb-f337-3d87-9f22-5c973a374b8e",
    "labels": [
        "Wild Rags Records"
    ],
    "label_ids": [
        "4fe8e8c5-3c25-4328-8ccf-a1df21af86bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fort Lauderdale, Florida\nhttps://hellwitch.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}