Information about plays

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

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

{
    "id": 3603165,
    "uri": "https://api.kexp.org/v2/plays/3603165/?format=api",
    "airdate": "2026-01-11T18:02:20-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motivation",
    "track_id": null,
    "recording_id": "ceb92b4d-6ca4-4533-bd8a-8bb5a559fd07",
    "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 \"Motivation\" on the album Country Boy, City Man with Haze Records in 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}