Information about plays

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

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

{
    "id": 3549437,
    "uri": "https://api.kexp.org/v2/plays/3549437/?format=api",
    "airdate": "2025-09-06T00:45:40-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfb0eb62-e729-4fc3-b198-c50283d9ed17/33083332053-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dfb0eb62-e729-4fc3-b198-c50283d9ed17/33083332053-250.jpg",
    "song": "CHURCH GIRL",
    "track_id": null,
    "recording_id": "1a6aaa04-3da7-4689-aa8c-a17be4790970",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "RENAISSANCE",
    "release_id": null,
    "release_group_id": "2c385052-5083-43a2-b1e5-36566d2ae3c0",
    "labels": [
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2022-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'CHURCH GIRL' by Beyoncé contains multiple samples, one of them being 'Think (About It)' by Lyn Collins.\n\nCan you guess the others? Check to see if you got them here:\nhttps://www.whosampled.com/Beyonc%C3%A9/CHURCH-GIRL/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}