Information about plays

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

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

{
    "id": 3610898,
    "uri": "https://api.kexp.org/v2/plays/3610898/?format=api",
    "airdate": "2026-01-30T04:42:25-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://coverartarchive.org/release/9755893e-4b99-4189-83d1-747bd27cb472/10016215199-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9755893e-4b99-4189-83d1-747bd27cb472/10016215199-250.jpg",
    "song": "Lookout Weekend",
    "track_id": null,
    "recording_id": "82125844-a16a-4705-81cd-2092fa00be8d",
    "artist": "Reid Stefan & Debbie Deb",
    "artist_ids": [
        "8a733340-f590-4ac4-bec4-14f173c42ad5",
        "eec5be10-3fb2-48b9-9cce-29c29934794e"
    ],
    "album": "Lookout Weekend",
    "release_id": null,
    "release_group_id": "e3bd45e3-d170-4d32-9af4-2ae08fa0aa54",
    "labels": [
        "Dim Mak Records"
    ],
    "label_ids": [
        "21d62bdf-5962-4c41-90d0-1409ea4b59cb"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}