Information about plays

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

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

{
    "id": 3572415,
    "uri": "https://api.kexp.org/v2/plays/3572415/?format=api",
    "airdate": "2025-11-01T01:14:03-07:00",
    "show": 64988,
    "show_uri": "https://api.kexp.org/v2/shows/64988/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a4234aa-ba4f-432a-9c88-8b1fa1857abc/24767948726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a4234aa-ba4f-432a-9c88-8b1fa1857abc/24767948726-250.jpg",
    "song": "I Shut My Eyes",
    "track_id": null,
    "recording_id": "ab559a44-3a6a-4f47-972b-7982cfa2ad84",
    "artist": "Parade Ground",
    "artist_ids": [
        "7ea287e6-2b59-42b6-8ac0-d99bef27b7cd"
    ],
    "album": "Heaven With Care",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-released"
    ],
    "label_ids": [],
    "release_date": "2011-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://paradeground-official.bandcamp.com/album/heaven-with-care",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}