Information about plays

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

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

{
    "id": 3619562,
    "uri": "https://api.kexp.org/v2/plays/3619562/?format=api",
    "airdate": "2026-02-19T15:17:06-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc6ef0f1-5dc9-4b30-bdad-22cb9db92220/20158533713-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc6ef0f1-5dc9-4b30-bdad-22cb9db92220/20158533713-250.jpg",
    "song": "Survival of the Fittest",
    "track_id": null,
    "recording_id": "cb7a631e-624e-48bb-9153-393d01e4d51f",
    "artist": "Mobb Deep",
    "artist_ids": [
        "d75d1f08-bbb8-4eae-9877-399ca9121197"
    ],
    "album": "The Infamous",
    "release_id": null,
    "release_group_id": "03f3c216-bd40-322b-ac8a-254816ff5573",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1995-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the official video for Mobb Deep's \"Survival of the Fittest\": https://www.youtube.com/watch?v=hIq4UTgqDAc\n--\nRevisit Mobb Deep's live performance on KEXP and interview with Larry Mizell Jr. here: https://www.youtube.com/watch?v=FuWR6iJa4Sk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}