Information about plays

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

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

{
    "id": 3602031,
    "uri": "https://api.kexp.org/v2/plays/3602031/?format=api",
    "airdate": "2026-01-09T01:12:27-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "https://coverartarchive.org/release/296fc791-6fea-42db-a914-2f4e50981d11/43372726573-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/296fc791-6fea-42db-a914-2f4e50981d11/43372726573-250.jpg",
    "song": "Get the F**k Out",
    "track_id": null,
    "recording_id": "60798a96-a721-40f9-80d2-f9c3f62d34a5",
    "artist": "Dirty Disco Youth",
    "artist_ids": [
        "5625346c-a61e-4cc7-8e29-408c80ced9f9"
    ],
    "album": "Bleep",
    "release_id": null,
    "release_group_id": "1b59ba1a-1939-42d2-9185-23a5a66891c6",
    "labels": [
        "Etage Noir Special"
    ],
    "label_ids": [
        "eaf77a1b-42b0-4d6a-910e-b2ec6b2f0db7"
    ],
    "release_date": "2008-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dirty Disco Youth is a dance music project by 20year old music producer and songwriter Phil Speiser. Born and raised in Vienna, Austria he is now living and working in Hamburg, Germany.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}