Information about plays

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

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

{
    "id": 3607475,
    "uri": "https://api.kexp.org/v2/plays/3607475/?format=api",
    "airdate": "2026-01-22T03:11:16-08:00",
    "show": 65720,
    "show_uri": "https://api.kexp.org/v2/shows/65720/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2fc54e8-b6d8-45c0-bbf4-b26dfb41aa69/36888329374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2fc54e8-b6d8-45c0-bbf4-b26dfb41aa69/36888329374-250.jpg",
    "song": "The Funeral",
    "track_id": null,
    "recording_id": "0b529e0e-aa22-40a0-827f-755c40608a4b",
    "artist": "Clipse",
    "artist_ids": [
        "e6424fa5-08d3-41c6-96f3-8549f733708c"
    ],
    "album": "Exclusive Audio Footage",
    "release_id": null,
    "release_group_id": "d5e9e1bb-e40b-309b-83e8-54cb379b084b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pusha T and his brother Malice, now known as No Malice are Virginia Beach legends who pioneered that minimalist, coke-rap sound over Neptunes production.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}