Information about plays

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

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

{
    "id": 3547252,
    "uri": "https://api.kexp.org/v2/plays/3547252/?format=api",
    "airdate": "2025-08-31T17:24:44-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://coverartarchive.org/release/3877a0f5-86ed-43f2-be1e-ace55464167e/27297392946-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3877a0f5-86ed-43f2-be1e-ace55464167e/27297392946-250.jpg",
    "song": "Turntables",
    "track_id": null,
    "recording_id": "574b9aaa-7619-47d1-9339-f29adfd02c8a",
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "Turntables",
    "release_id": null,
    "release_group_id": "dee5efa6-9e75-4e79-a356-94cf4b3305d7",
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2020-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janelle playing tonight at Bumbershoot. See you there! https://www.jmonae.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}