Information about plays

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

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

{
    "id": 3543559,
    "uri": "https://api.kexp.org/v2/plays/3543559/?format=api",
    "airdate": "2025-08-23T01:55:06-07:00",
    "show": 64360,
    "show_uri": "https://api.kexp.org/v2/shows/64360/?format=api",
    "image_uri": "https://coverartarchive.org/release/a58d1d30-eb72-4111-9a24-53ded67a1376/11227196729-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a58d1d30-eb72-4111-9a24-53ded67a1376/11227196729-250.jpg",
    "song": "I Got Standards (JD Twitch Say It Again)",
    "track_id": null,
    "recording_id": null,
    "artist": "Garage Class",
    "artist_ids": [],
    "album": "Terminal Tokyo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Outer Reaches"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can make a gift to support the incredible JD Twitch's support and care here - https://www.crowdfunder.co.uk/p/love2jdtwitch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}