Information about plays

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

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

{
    "id": 3618858,
    "uri": "https://api.kexp.org/v2/plays/3618858/?format=api",
    "airdate": "2026-02-17T22:32:33-08:00",
    "show": 65962,
    "show_uri": "https://api.kexp.org/v2/shows/65962/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-9557e1a7-d012-43e5-986e-990046016d52/mbid-9557e1a7-d012-43e5-986e-990046016d52-23101313894_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-9557e1a7-d012-43e5-986e-990046016d52/mbid-9557e1a7-d012-43e5-986e-990046016d52-23101313894_thumb250.jpg",
    "song": "i’m not where you are",
    "track_id": "cdd75296-0add-4299-a0ea-f0c634e7a260",
    "recording_id": "f111b3f3-dd82-48e3-a681-5b4cf9693912",
    "artist": "Marika Hackman",
    "artist_ids": [
        "2b4f0c59-bd42-4d5c-9f14-e2a86550b0a8"
    ],
    "album": "Any Human Friend",
    "release_id": "9557e1a7-d012-43e5-986e-990046016d52",
    "release_group_id": "222e041a-8f7f-4370-aadd-30c7be9b86a4",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Marika Hackman! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}