Information about plays

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

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

{
    "id": 3638912,
    "uri": "https://api.kexp.org/v2/plays/3638912/?format=api",
    "airdate": "2026-04-07T04:10:08-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/65ad8e84-cfd9-4fc8-8008-a4f3eb1bbf2f/9609882391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65ad8e84-cfd9-4fc8-8008-a4f3eb1bbf2f/9609882391-250.jpg",
    "song": "Hay (Album Version Explicit)",
    "track_id": null,
    "recording_id": "ae2e5a46-9bae-4dcd-932e-1b0036cdac83",
    "artist": "Crucial Conflict",
    "artist_ids": [
        "f03b2ac8-8a92-4834-a7b4-682e1bfb2240"
    ],
    "album": "The Final Tic",
    "release_id": null,
    "release_group_id": "8a69ea34-52b1-3439-84e1-f0b2357410dc",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This lead single from Chicago rappers Crucial Conflict's debut album sampled Funkadelic's \"I'll Stay\"\n\nhttps://www.youtube.com/watch?v=qd0yw2sJbXA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}