Information about plays

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

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

{
    "id": 3631944,
    "uri": "https://api.kexp.org/v2/plays/3631944/?format=api",
    "airdate": "2026-03-21T13:08:24-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-098060d4-ba3c-469d-88b0-08642261c7ab/mbid-098060d4-ba3c-469d-88b0-08642261c7ab-16982989934_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-098060d4-ba3c-469d-88b0-08642261c7ab/mbid-098060d4-ba3c-469d-88b0-08642261c7ab-16982989934_thumb250.jpg",
    "song": "Face to Face",
    "track_id": "daf93489-396a-3551-be6b-051b8dc0c102",
    "recording_id": "59038571-03ea-4ca4-965c-a57eae2aa138",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Discovery",
    "release_id": "098060d4-ba3c-469d-88b0-08642261c7ab",
    "release_group_id": "48117b90-a16e-34ca-a514-19c702df1158",
    "labels": [
        "Daft Life Limited"
    ],
    "label_ids": [
        "61668889-f6cd-48bd-b221-622028b67c1b"
    ],
    "release_date": "2001-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: \"Face to Face\" was also produced by Guy-Manuel de Homem-Christo. He's the one who wears the Gold helmet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}