Information about plays

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

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

{
    "id": 3598681,
    "uri": "https://api.kexp.org/v2/plays/3598681/?format=api",
    "airdate": "2026-01-01T04:17:50-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b159000-0eb2-40c0-bc3c-21f2be2df991/22261091664-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b159000-0eb2-40c0-bc3c-21f2be2df991/22261091664-250.jpg",
    "song": "Square Biz",
    "track_id": null,
    "recording_id": "bee17f47-3072-4724-b8d5-b2c9cfbf5d5d",
    "artist": "Teena Marie",
    "artist_ids": [
        "98cb2d05-0b47-4bc6-b345-792eecbe8449"
    ],
    "album": "It Must Be Magic",
    "release_id": null,
    "release_group_id": "71e36c1e-edae-31c6-a194-2b71ae5133cf",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1981-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The lead single from Teena Marie's fourth album - and first gold record - 1981's 'It Must Be Magic'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}