Information about plays

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

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

{
    "id": 3524892,
    "uri": "https://api.kexp.org/v2/plays/3524892/?format=api",
    "airdate": "2025-07-09T21:22:11-07:00",
    "show": 63968,
    "show_uri": "https://api.kexp.org/v2/shows/63968/?format=api",
    "image_uri": "https://ia600307.us.archive.org/10/items/mbid-d9c58004-5c79-4ec5-bb45-e805545d2ec6/mbid-d9c58004-5c79-4ec5-bb45-e805545d2ec6-13606161818_thumb500.jpg",
    "thumbnail_uri": "https://ia800307.us.archive.org/10/items/mbid-d9c58004-5c79-4ec5-bb45-e805545d2ec6/mbid-d9c58004-5c79-4ec5-bb45-e805545d2ec6-13606161818_thumb250.jpg",
    "song": "And That, Too",
    "track_id": "ba7b33ff-25d0-48c6-91a9-ef6a52de9d95",
    "recording_id": "493ba990-2224-4325-b3ec-6aefecc82bac",
    "artist": "BADBADNOTGOOD",
    "artist_ids": [
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "IV",
    "release_id": "d9c58004-5c79-4ec5-bb45-e805545d2ec6",
    "release_group_id": "16297acb-896e-48e4-8390-f9ca95c4f0d9",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sep 3 @ Revolution Hall in Portland, OR\nSep 5 @ Showbox at the Market - Seattle, WA\nSep 6 @ Malkin Bowl in Vancouver, BC\n\nhttps://badbadnotgood.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}