Information about plays

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

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

{
    "id": 3583903,
    "uri": "https://api.kexp.org/v2/plays/3583903/?format=api",
    "airdate": "2025-11-28T03:07:52-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://ia601901.us.archive.org/17/items/mbid-f692b04c-e68c-4e60-8ad1-a93654f6df3e/mbid-f692b04c-e68c-4e60-8ad1-a93654f6df3e-17857600165_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/17/items/mbid-f692b04c-e68c-4e60-8ad1-a93654f6df3e/mbid-f692b04c-e68c-4e60-8ad1-a93654f6df3e-17857600165_thumb250.jpg",
    "song": "I Heard the Voice of a Pork Chop",
    "track_id": "2940a337-e4df-4da6-9471-c988abde8247",
    "recording_id": "1f789625-7892-4b78-b42d-fa869585c5b3",
    "artist": "Bogus Ben Covington",
    "artist_ids": [
        "8effbf24-a59d-4487-b400-7fe6c1a3730a"
    ],
    "album": "Barbecue Any Old Time: Blues From the Pit 1927-1942",
    "release_id": "f692b04c-e68c-4e60-8ad1-a93654f6df3e",
    "release_group_id": "4b32d024-3951-4196-bf85-5d93bb22ee33",
    "labels": [
        "Old Hat"
    ],
    "label_ids": [
        "ec55cc7b-7fd0-49b7-9f08-617c0a6c1afb"
    ],
    "release_date": "2011-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}