Information about plays

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

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

{
    "id": 3635440,
    "uri": "https://api.kexp.org/v2/plays/3635440/?format=api",
    "airdate": "2026-03-30T04:36:01-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-16506592-0ee9-4390-9f8e-b53bf90bb89f/mbid-16506592-0ee9-4390-9f8e-b53bf90bb89f-38533364397_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-16506592-0ee9-4390-9f8e-b53bf90bb89f/mbid-16506592-0ee9-4390-9f8e-b53bf90bb89f-38533364397_thumb250.jpg",
    "song": "It Takes Time",
    "track_id": "8114a0c4-c430-4340-9f0b-456634c28cc9",
    "recording_id": "5b66cc7a-2cba-4e85-b3e2-d0f27c5692df",
    "artist": "Another Taste",
    "artist_ids": [
        "3e67e305-af38-434c-919a-3a678731f77b"
    ],
    "album": "Another Taste",
    "release_id": "16506592-0ee9-4390-9f8e-b53bf90bb89f",
    "release_group_id": "00948479-7910-4a28-9b49-a2fd7f6507b8",
    "labels": [
        "Space Grapes"
    ],
    "label_ids": [
        "ef2eb428-a1d5-4254-9a05-2d38b6dcfdea"
    ],
    "release_date": "2024-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fancy a taste? - https://another-taste.bandcamp.com/album/another-taste",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}