Information about plays

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

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

{
    "id": 3574745,
    "uri": "https://api.kexp.org/v2/plays/3574745/?format=api",
    "airdate": "2025-11-06T13:51:55-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Da Munchies",
    "track_id": null,
    "recording_id": "bda08106-bc63-42bf-8dfb-1b56bcca65d5",
    "artist": "Immature",
    "artist_ids": [
        "340504cd-20c9-4e5e-88a5-6458f62b8d36"
    ],
    "album": "On Our Worst Behavior",
    "release_id": null,
    "release_group_id": "6f9cda59-8c4a-3629-884d-b6fcaa68c8c1",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1992-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling the hook from \"Second Sunday in August\" and also the hook from \"Stand!\" from Sly & The Family Stone...\n---\nWatch Marques \"Batman\" Houston, Jerome \"Romeo\" Jones, and Kelton \"LDB\" Kessee in  the video for \"Da Munchies\": https://www.youtube.com/watch?v=5CYS7W-R1dQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}