Information about plays

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

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

{
    "id": 3576709,
    "uri": "https://api.kexp.org/v2/plays/3576709/?format=api",
    "airdate": "2025-11-11T05:17:11-08:00",
    "show": 65079,
    "show_uri": "https://api.kexp.org/v2/shows/65079/?format=api",
    "image_uri": "https://coverartarchive.org/release/507b4cda-bebd-468e-a1fc-f8873f162f67/3009052404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/507b4cda-bebd-468e-a1fc-f8873f162f67/3009052404-250.jpg",
    "song": "2 Trees",
    "track_id": null,
    "recording_id": "42a5e6ba-4ccf-4b64-be8a-9ed198572f4b",
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Total Life Forever",
    "release_id": null,
    "release_group_id": "d538df74-a31e-4aa8-ad10-ffb125db6725",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Foals performing \"2 Trees\" Live on KEXP in April 2011: https://www.youtube.com/watch?v=muObRiyGKNY&t=25s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}