Information about plays

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

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

{
    "id": 3543420,
    "uri": "https://api.kexp.org/v2/plays/3543420/?format=api",
    "airdate": "2025-08-22T18:38:07-07:00",
    "show": 64357,
    "show_uri": "https://api.kexp.org/v2/shows/64357/?format=api",
    "image_uri": "https://ia601307.us.archive.org/27/items/mbid-cf9ccaf9-3b92-4372-9ea0-9044951710fd/mbid-cf9ccaf9-3b92-4372-9ea0-9044951710fd-35304695608_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/27/items/mbid-cf9ccaf9-3b92-4372-9ea0-9044951710fd/mbid-cf9ccaf9-3b92-4372-9ea0-9044951710fd-35304695608_thumb250.jpg",
    "song": "Hurricane Laughter",
    "track_id": "0dfe8d38-2a00-4b8c-b943-d0a6280d853f",
    "recording_id": "57a6e96b-dca9-40fc-8af5-714dcbe35058",
    "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": "Happy birthday Lisa!! <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}