Information about plays

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

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

{
    "id": 3628218,
    "uri": "https://api.kexp.org/v2/plays/3628218/?format=api",
    "airdate": "2026-03-12T22:37:01-07:00",
    "show": 66165,
    "show_uri": "https://api.kexp.org/v2/shows/66165/?format=api",
    "image_uri": "https://coverartarchive.org/release/417e9ceb-7fb7-4ead-ab74-22b62092f0d4/22743377999-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/417e9ceb-7fb7-4ead-ab74-22b62092f0d4/22743377999-250.jpg",
    "song": "Money in the Way",
    "track_id": null,
    "recording_id": "927cdf72-9c3b-4f7e-b6bc-1486c29d5ac0",
    "artist": "2 Chainz",
    "artist_ids": [
        "dff0d392-4cd5-4052-9fbb-f485df3891e5"
    ],
    "album": "Rap or Go to the League",
    "release_id": null,
    "release_group_id": "df52575d-87eb-42e9-bf94-b8979156d4e9",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2019-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}