Information about plays

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

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

{
    "id": 3614974,
    "uri": "https://api.kexp.org/v2/plays/3614974/?format=api",
    "airdate": "2026-02-08T19:38:38-08:00",
    "show": 65881,
    "show_uri": "https://api.kexp.org/v2/shows/65881/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fec0621-cc4f-48f6-b567-96803509aed5/36660874407-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7fec0621-cc4f-48f6-b567-96803509aed5/36660874407-250.jpg",
    "song": "Motivation",
    "track_id": null,
    "recording_id": null,
    "artist": "Mr. Cix",
    "artist_ids": [
        "e756b4a3-0b1e-4a2e-956a-cc557109b283"
    ],
    "album": "Country Boy, City Man",
    "release_id": null,
    "release_group_id": "3fe66eaa-8f8e-4de3-99ab-df44f0a97480",
    "labels": [
        "Haze Records"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mr. Cix released the 2-part \"Motivation\" on his 1975 album Country Boy, City Man with Haze Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}