Information about plays

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

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

{
    "id": 3543558,
    "uri": "https://api.kexp.org/v2/plays/3543558/?format=api",
    "airdate": "2025-08-23T01:51:19-07:00",
    "show": 64360,
    "show_uri": "https://api.kexp.org/v2/shows/64360/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4b26841-0cee-44f1-850f-4075b27bd2f4/39299293424-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4b26841-0cee-44f1-850f-4075b27bd2f4/39299293424-250.jpg",
    "song": "I Don't Have What I Really Want",
    "track_id": null,
    "recording_id": null,
    "artist": "Doppler Effect",
    "artist_ids": [
        "0a85e473-5c13-4c69-8b4d-32b50bb392a8"
    ],
    "album": "Genesis: Studio Recordings 81-85",
    "release_id": null,
    "release_group_id": "e42609a1-1eac-4980-9717-a8b8dc637836",
    "labels": [
        "Mecanica"
    ],
    "label_ids": [
        "a49450b5-8e1d-4418-b32d-1c36b2afc151"
    ],
    "release_date": "2024-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Compiling the wide-reaching sounds of Boston's James Straight - https://mecanica.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}