Information about plays

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

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

{
    "id": 3520194,
    "uri": "https://api.kexp.org/v2/plays/3520194/?format=api",
    "airdate": "2025-06-29T00:16:09-07:00",
    "show": 63866,
    "show_uri": "https://api.kexp.org/v2/shows/63866/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa6ebc9b-3812-4fbd-a7e6-fcd04802cbcc/19821616814-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa6ebc9b-3812-4fbd-a7e6-fcd04802cbcc/19821616814-250.jpg",
    "song": "Outnumbered",
    "track_id": null,
    "recording_id": "5034566a-912c-432a-a556-12208d85c86e",
    "artist": "+HIRS+",
    "artist_ids": [
        "d98ae071-e23d-4058-b2ed-e136d2c1b593"
    ],
    "album": "Friends. Lovers. Favorites.",
    "release_id": null,
    "release_group_id": "118a45c5-9ea3-4c24-8661-0d254a88b157",
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2018-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://hirs.bandcamp.com/album/friends-lovers-favorites",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}