Information about plays

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

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

{
    "id": 3521640,
    "uri": "https://api.kexp.org/v2/plays/3521640/?format=api",
    "airdate": "2025-07-02T12:15:07-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "https://ia800609.us.archive.org/1/items/mbid-aaf37470-2cfe-479b-a56c-73e568e44a98/mbid-aaf37470-2cfe-479b-a56c-73e568e44a98-41078902724_thumb500.jpg",
    "thumbnail_uri": "https://ia600609.us.archive.org/1/items/mbid-aaf37470-2cfe-479b-a56c-73e568e44a98/mbid-aaf37470-2cfe-479b-a56c-73e568e44a98-41078902724_thumb250.jpg",
    "song": "Apple Green UFO",
    "track_id": "fbd65f09-b5fd-4768-9e03-f52e51a8748a",
    "recording_id": "7da77bf0-d516-4a13-ba34-1eada3050a4b",
    "artist": "Andy Bell",
    "artist_ids": [
        "5946e805-9ab4-4fd9-9c19-21a8f7dfef98"
    ],
    "album": "Pinball Wanderer",
    "release_id": "aaf37470-2cfe-479b-a56c-73e568e44a98",
    "release_group_id": "1e1e36f6-a9a1-4a95-a741-3a38de1f14f8",
    "labels": [
        "Sonic Cathedral Recordings"
    ],
    "label_ids": [
        "d1143f20-1664-4697-a4d0-2c7d32ecf9dd"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from Andy Bell, best known as a member of Ride and Oasis.\n\nBell previously created a guest mix for KEXP's 'Midnight World', which you can listen to here: https://www.kexp.org/read/2024/5/29/midnight-in-a-perfect-world-andy-bell/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}