Information about plays

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

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

{
    "id": 3500512,
    "uri": "https://api.kexp.org/v2/plays/3500512/?format=api",
    "airdate": "2025-05-12T18:35:07-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a6e3235-1bf4-4b90-b946-694d2e632709/41625796978-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a6e3235-1bf4-4b90-b946-694d2e632709/41625796978-250.jpg",
    "song": "Got Caught",
    "track_id": null,
    "recording_id": "696c7ba4-5ff0-458d-8829-7b1fb236cf2a",
    "artist": "Swamp Wife",
    "artist_ids": [
        "48107423-62a6-4827-a953-5f178ce5649b"
    ],
    "album": "Your Love Is All I Know",
    "release_id": null,
    "release_group_id": "6dba52f5-0b67-4e4c-830e-dfc255646204",
    "labels": [
        "Lace Records"
    ],
    "label_ids": [
        "d12a68e2-2b02-4f6a-897c-237c775bc7cf"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The second EP from Seattle’s Swamp Wife is a stellar set of moody, melodic shoegaze-inflected post-punk. With Abigail’s commanding vocals, entrancing guitars and driving drums, Your Love Is All I Know feels like a muffled howl that lets a little bit more out with each listen.\n\nhttps://swampwife.bandcamp.com/album/your-love-is-all-i-know",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}