Information about plays

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

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

{
    "id": 3583242,
    "uri": "https://api.kexp.org/v2/plays/3583242/?format=api",
    "airdate": "2025-11-26T13:45:05-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "https://coverartarchive.org/release/6746a41b-b87f-4843-ad2c-61b14b67eaf0/14449973373-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6746a41b-b87f-4843-ad2c-61b14b67eaf0/14449973373-250.jpg",
    "song": "Hot Pants (She Got to Use What She Got to Get What She Wants)",
    "track_id": null,
    "recording_id": "e002768f-7051-4f23-bb59-77434f8a7174",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Hot Pants",
    "release_id": null,
    "release_group_id": "a38c894b-d213-3c4b-9bf4-e346fa6447ea",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, my!  Watch The Godfather of Soul performing \"Hot Pants\" live in 2005: https://www.youtube.com/watch?v=3pjxpFv_McA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}