Information about plays

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

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

{
    "id": 3581905,
    "uri": "https://api.kexp.org/v2/plays/3581905/?format=api",
    "airdate": "2025-11-23T12:07:28-08:00",
    "show": 65189,
    "show_uri": "https://api.kexp.org/v2/shows/65189/?format=api",
    "image_uri": "https://ia600403.us.archive.org/4/items/mbid-499ebf65-6011-49b0-bf2d-e4a5be136c5a/mbid-499ebf65-6011-49b0-bf2d-e4a5be136c5a-35723433291_thumb500.jpg",
    "thumbnail_uri": "https://ia800403.us.archive.org/4/items/mbid-499ebf65-6011-49b0-bf2d-e4a5be136c5a/mbid-499ebf65-6011-49b0-bf2d-e4a5be136c5a-35723433291_thumb250.jpg",
    "song": "Everlong (acoustic)",
    "track_id": "61baefda-cc71-4761-b733-3a0880d4b197",
    "recording_id": "cc343796-9b47-48e0-bd35-464719635579",
    "artist": "Foo Fighters",
    "artist_ids": [
        "67f66c07-6e61-4026-ade5-7e782fad3a5d"
    ],
    "album": "Greatest Hits",
    "release_id": "499ebf65-6011-49b0-bf2d-e4a5be136c5a",
    "release_group_id": "edc167ea-ca3e-4178-9f2e-f43d62b19380",
    "labels": [
        "RCA",
        "Roswell Records"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "2848fb35-a663-4b2a-8ac5-72cc29b63dec"
    ],
    "release_date": "2009-11-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Foo Fighters routinely peform \"Everlong\" acoustically while on tour.\n\nhttps://www.youtube.com/watch?v=YLRlOvzs-XU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}