Information about plays

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

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

{
    "id": 3627606,
    "uri": "https://api.kexp.org/v2/plays/3627606/?format=api",
    "airdate": "2026-03-11T01:47:03-07:00",
    "show": 66149,
    "show_uri": "https://api.kexp.org/v2/shows/66149/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7b4aa00-a9c3-4161-ad05-83850453d1b6/35132029083-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7b4aa00-a9c3-4161-ad05-83850453d1b6/35132029083-250.jpg",
    "song": "Keep Moving (K.O. Maccabi Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Keep Moving",
    "release_id": null,
    "release_group_id": "64f4934e-5f18-4deb-835b-33626d10ae7d",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Keep Moving (K.O. Maccabi Edit)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}