Information about plays

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

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

{
    "id": 3554908,
    "uri": "https://api.kexp.org/v2/plays/3554908/?format=api",
    "airdate": "2025-09-19T07:10:58-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3/mbid-a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3-39904101419_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3/mbid-a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3-39904101419_thumb250.jpg",
    "song": "Screamland",
    "track_id": "b795be97-e90a-4b60-be4f-60cfdd716219",
    "recording_id": "597c1b96-5a7c-4ddb-b950-19343548fa02",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Mahashmashana",
    "release_id": "a960c7d4-6ee5-417b-b3d8-eb18d85a4ed3",
    "release_group_id": "4a1dd863-7f8a-4c5e-991b-ad315b367b21",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Love must find a way, love must find a way\nAfter every desperate measure, just a miracle will take...\"  Read the lyrics here: https://genius.com/Father-john-misty-screamland-lyrics\n--\nThis incredible song features Low's Alan Sparhawk on guitar.\n -- \nWatch the official video for \"Screamland\": https://www.youtube.com/watch?v=Kdzl-j24Ut8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}