Information about plays

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

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

{
    "id": 3574646,
    "uri": "https://api.kexp.org/v2/plays/3574646/?format=api",
    "airdate": "2025-11-06T08:16:43-08:00",
    "show": 65036,
    "show_uri": "https://api.kexp.org/v2/shows/65036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rainbow Connection",
    "track_id": "ade4d092-a6f1-38d5-bc1d-f4fb8ca3e18a",
    "recording_id": "d41283fc-f090-4310-850d-a456d0b02e7f",
    "artist": "Kermit the Frog",
    "artist_ids": [
        "992a7ea8-96c1-4058-ba96-f811c8d01c77"
    ],
    "album": "The Muppet Movie",
    "release_id": "183a6167-c71d-37d2-b806-fef65cd727c3",
    "release_group_id": "11a87dc0-0812-3567-bbfc-1395ca323366",
    "labels": [
        "BMG Music"
    ],
    "label_ids": [
        "8ddaa8e2-34ac-4094-80b9-2575e3c8f553"
    ],
    "release_date": "1993-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shoutout to rainbows!!!\n--\nTo the lovers, the dreamers, and you... Here's a special performance by Kermit the Frog: https://www.youtube.com/watch?v=jS5fTzMP_mg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}