Information about plays

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

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

{
    "id": 3544643,
    "uri": "https://api.kexp.org/v2/plays/3544643/?format=api",
    "airdate": "2025-08-25T13:04:10-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia903107.us.archive.org/28/items/mbid-d71ce642-c771-4a99-ba1f-2478ee29cc48/mbid-d71ce642-c771-4a99-ba1f-2478ee29cc48-21282160331_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/28/items/mbid-d71ce642-c771-4a99-ba1f-2478ee29cc48/mbid-d71ce642-c771-4a99-ba1f-2478ee29cc48-21282160331_thumb250.jpg",
    "song": "He’d Send in the Army",
    "track_id": "f7c41e7c-022e-4cb6-a3e7-f56e59fd4779",
    "recording_id": "ccf5d27e-a6a4-41f5-98bb-ee6450dd3f78",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Return the Gift",
    "release_id": "d71ce642-c771-4a99-ba1f-2478ee29cc48",
    "release_group_id": "f2ed53f7-140f-376e-8c84-e2a3f64f444b",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Self explanatory really.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}