Information about plays

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

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

{
    "id": 3628575,
    "uri": "https://api.kexp.org/v2/plays/3628575/?format=api",
    "airdate": "2026-03-14T00:23:43-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://coverartarchive.org/release/44d9c76c-bf29-4c83-af05-17951608a5f5/5893262697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44d9c76c-bf29-4c83-af05-17951608a5f5/5893262697-250.jpg",
    "song": "Police State",
    "track_id": null,
    "recording_id": "868ac4b3-2750-4549-971a-5b7233aec160",
    "artist": "dead prez",
    "artist_ids": [
        "3b02795b-bd2c-4aac-8f6c-e581514cc2d8"
    ],
    "album": "Let’s Get Free",
    "release_id": null,
    "release_group_id": "c46a8433-c8d7-3d20-bb7c-df48ef2eeaf9",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Jason!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}