Information about plays

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

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

{
    "id": 3613014,
    "uri": "https://api.kexp.org/v2/plays/3613014/?format=api",
    "airdate": "2026-02-04T06:36:50-08:00",
    "show": 65836,
    "show_uri": "https://api.kexp.org/v2/shows/65836/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671-17493250794_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671-17493250794_thumb250.jpg",
    "song": "How Do You Sleep?",
    "track_id": "2a8d608e-fe58-48a5-a41e-df94f19283ed",
    "recording_id": "1e9db879-03e8-430d-b251-e5834fa315bb",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "American Dream",
    "release_id": "b3261632-08cf-4248-a79a-6ecc86b7b671",
    "release_group_id": "bfedb7ca-9067-4cdb-8921-1f0cd920f2e9",
    "labels": [
        "DFA Records",
        "Columbia"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 56th Birthday to James Murphy of LCD Soundsystem!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}