Information about plays

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

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

{
    "id": 3558556,
    "uri": "https://api.kexp.org/v2/plays/3558556/?format=api",
    "airdate": "2025-09-27T21:48:35-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://ia801307.us.archive.org/27/items/mbid-cf9ccaf9-3b92-4372-9ea0-9044951710fd/mbid-cf9ccaf9-3b92-4372-9ea0-9044951710fd-35304695608_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/27/items/mbid-cf9ccaf9-3b92-4372-9ea0-9044951710fd/mbid-cf9ccaf9-3b92-4372-9ea0-9044951710fd-35304695608_thumb250.jpg",
    "song": "Boys in the Better Land",
    "track_id": "22c08790-d101-4a94-b19b-862266abcae5",
    "recording_id": "74066237-d237-4097-9c9e-320b7d4667d7",
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "Dogrel",
    "release_id": "cf9ccaf9-3b92-4372-9ea0-9044951710fd",
    "release_group_id": "84c01ae7-82e5-4965-a5b6-7aeaf539f85c",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out the in studio that Fontaines D.C. recorded here at KEXP back in 2022 by following the link below:\n\nhttps://youtu.be/qEFk5RiGf9A?si=6Fnt6RQLCOqzuvGW\n\nhttps://fontainesdc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}