Information about plays

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

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

{
    "id": 3650976,
    "uri": "https://api.kexp.org/v2/plays/3650976/?format=api",
    "airdate": "2026-05-05T16:47:57-07:00",
    "show": 66639,
    "show_uri": "https://api.kexp.org/v2/shows/66639/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Iron",
    "track_id": null,
    "recording_id": "246a8c1b-e888-4f78-9790-698ac63d44cd",
    "artist": "Marty Robbins",
    "artist_ids": [
        "2c2add7c-9a99-4812-a20e-870d331f01fd"
    ],
    "album": "Fallout: New Vegas - Mojave Music Radio",
    "release_id": null,
    "release_group_id": "b36088c5-7046-4a4c-8c43-0b8e42d0431c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seen that Fallout series yet?\n__\nMarty Robbins is a legend of of country music who was also a multi-instrumentalist, a songwriter, and a NASCAR driver. He's best known for his song \"El Paso\" which won a Grammy in 1960, and was featured in the final episode of Breaking Bad.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}