Information about plays

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

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

{
    "id": 3549439,
    "uri": "https://api.kexp.org/v2/plays/3549439/?format=api",
    "airdate": "2025-09-06T00:53:51-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/952c9ce2-965b-48fb-89b1-5e0b0c87ddcc/38339165653-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/952c9ce2-965b-48fb-89b1-5e0b0c87ddcc/38339165653-250.jpg",
    "song": "TYRANT",
    "track_id": null,
    "recording_id": "7819876e-d2e4-4b34-a6be-e0f6dcf17e8b",
    "artist": "Beyoncé & Dolly Parton",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8",
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "COWBOY CARTER",
    "release_id": null,
    "release_group_id": "fa566e7b-254a-4fab-8aa5-ebcb7592d7f2",
    "labels": [
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2024-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official lyric video for \"TYRANT\" here:\nhttps://www.youtube.com/watch?v=bgtuQptR1U4\n\nhttps://www.beyonce.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}