Information about plays

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

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

{
    "id": 3501057,
    "uri": "https://api.kexp.org/v2/plays/3501057/?format=api",
    "airdate": "2025-05-14T00:24:03-07:00",
    "show": 63454,
    "show_uri": "https://api.kexp.org/v2/shows/63454/?format=api",
    "image_uri": "https://coverartarchive.org/release/a50b5016-5a5c-42f4-a6fa-7f81b420b5b2/9780928795-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a50b5016-5a5c-42f4-a6fa-7f81b420b5b2/9780928795-250.jpg",
    "song": "Angel",
    "track_id": null,
    "recording_id": "f88965a6-8bfa-482e-ad42-2287d24182f8",
    "artist": "Rod Stewart",
    "artist_ids": [
        "a35237a0-4f47-40a6-b6f3-1e786db23402"
    ],
    "album": "Never a Dull Moment",
    "release_id": null,
    "release_group_id": "9989d7f2-091e-3727-9e94-761f196d3060",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A member of the Jeff Beck Group, Faces, The Dimensions, and more, Sir Rod Stewart is one of the most well-recognized gravelly voices still currently active.\n\nhttps://rodstewart.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}