Information about plays

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

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

{
    "id": 3462654,
    "uri": "https://api.kexp.org/v2/plays/3462654/?format=api",
    "airdate": "2025-02-10T17:04:44-08:00",
    "show": 62621,
    "show_uri": "https://api.kexp.org/v2/shows/62621/?format=api",
    "image_uri": "https://ia800105.us.archive.org/28/items/mbid-56ac83b4-4fa6-429d-9f28-f20a793a8d37/mbid-56ac83b4-4fa6-429d-9f28-f20a793a8d37-40954323664_thumb500.jpg",
    "thumbnail_uri": "https://ia600105.us.archive.org/28/items/mbid-56ac83b4-4fa6-429d-9f28-f20a793a8d37/mbid-56ac83b4-4fa6-429d-9f28-f20a793a8d37-40954323664_thumb250.jpg",
    "song": "Handwriting (GT Remix)",
    "track_id": "2e404d8b-fc09-45b3-8d1c-520aefd824c7",
    "recording_id": "361606bf-5683-4c89-a70a-513560d7992d",
    "artist": "Brother Ali & ANT with James Baldwin",
    "artist_ids": [
        "1c0dfc5c-f850-43fe-bc5f-5b057180481b",
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa",
        "a671bbd6-ad7c-4972-8270-e751bf81087a"
    ],
    "album": "GT REMIXES",
    "release_id": "56ac83b4-4fa6-429d-9f28-f20a793a8d37",
    "release_group_id": "de77ff52-657e-4f38-b759-180917cc84ed",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-12-25",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Remix by Gabriel Teodros. Link to the remix tracks at:\n\nhttps://gabrielteodros.substack.com/p/what-if-i-made-a-remix-for-every",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}