Information about plays

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

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

{
    "id": 3622289,
    "uri": "https://api.kexp.org/v2/plays/3622289/?format=api",
    "airdate": "2026-02-25T21:29:15-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-77a698a8-98da-401d-a59b-1ae4bc28df56/mbid-77a698a8-98da-401d-a59b-1ae4bc28df56-38395739344_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-77a698a8-98da-401d-a59b-1ae4bc28df56/mbid-77a698a8-98da-401d-a59b-1ae4bc28df56-38395739344_thumb250.jpg",
    "song": "AMAMA",
    "track_id": "87f007a6-84ab-42e2-a379-39e0e91f8347",
    "recording_id": "063637ba-bffd-42bb-bd6e-9bbbf07134f5",
    "artist": "Crumb",
    "artist_ids": [
        "b747dabe-b66c-48f6-bae6-b5e16d86b9ab"
    ],
    "album": "Amama",
    "release_id": "77a698a8-98da-401d-a59b-1ae4bc28df56",
    "release_group_id": "d1e889b4-5fb4-4521-8938-35affef75bfe",
    "labels": [
        "Crumb Records"
    ],
    "label_ids": [
        "2e962282-773b-4b4e-a643-f5b8a043525e"
    ],
    "release_date": "2024-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Evie hosted Crumb live in the KEXP Studio in December 2021: https://youtu.be/21CU-p2fiCs\n\nhttps://crumbtheband.bandcamp.com/album/amama\nhttps://www.crumbtheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}