Information about plays

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

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

{
    "id": 3500300,
    "uri": "https://api.kexp.org/v2/plays/3500300/?format=api",
    "airdate": "2025-05-12T05:53:40-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://coverartarchive.org/release/344ee2da-f5cd-4f0a-b989-e878e1883f8b/22809458738-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/344ee2da-f5cd-4f0a-b989-e878e1883f8b/22809458738-250.jpg",
    "song": "Inkpot",
    "track_id": null,
    "recording_id": "d41d544b-cc2f-4fad-9ba9-21a11b10f9eb",
    "artist": "Shocking Blue",
    "artist_ids": [
        "8b399704-17f4-4001-943b-1d2b848940aa"
    ],
    "album": "Inkpot",
    "release_id": null,
    "release_group_id": "f10417a9-f6e3-3f3e-812d-940280c6a526",
    "labels": [
        "Pink Elephant"
    ],
    "label_ids": [
        "ae3b2899-433b-466a-b197-4e8145b7ab10"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inkpot is the fifth studio album by Dutch rock band Shocking Blue, released in 1972.\n\nCatch the video here: https://www.youtube.com/watch?v=lAwiWIBOz24",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}