Information about plays

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

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

{
    "id": 3523855,
    "uri": "https://api.kexp.org/v2/plays/3523855/?format=api",
    "airdate": "2025-07-07T09:57:32-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-46e1f07e-5ad3-4d07-a1b5-d749b4e0560e/mbid-46e1f07e-5ad3-4d07-a1b5-d749b4e0560e-31396133099_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-46e1f07e-5ad3-4d07-a1b5-d749b4e0560e/mbid-46e1f07e-5ad3-4d07-a1b5-d749b4e0560e-31396133099_thumb250.jpg",
    "song": "Everybody’s Got to Learn Sometime",
    "track_id": "7c10f900-fd24-3688-8764-6e113ca26760",
    "recording_id": "1ca2a070-9f77-4271-a4a4-0e8408bd06d9",
    "artist": "The Korgis",
    "artist_ids": [
        "6f49184a-8757-48d7-9145-f773ea572188"
    ],
    "album": "Dumb Waiters",
    "release_id": "46e1f07e-5ad3-4d07-a1b5-d749b4e0560e",
    "release_group_id": "cde76c08-cf01-3fe5-a76f-c084c28c943b",
    "labels": [
        "Rialto"
    ],
    "label_ids": [
        "b9ebe19f-c626-4b43-ba7a-8e9448758f8c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Korgis released their second album Dumb Waiters on this day in 1980!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}