Information about plays

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

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

{
    "id": 3574507,
    "uri": "https://api.kexp.org/v2/plays/3574507/?format=api",
    "airdate": "2025-11-06T00:07:26-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/69ec3d95-7276-4253-8441-a11dbfeddf7a/27566845880-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69ec3d95-7276-4253-8441-a11dbfeddf7a/27566845880-250.jpg",
    "song": "You Need a Friend",
    "track_id": null,
    "recording_id": "609aa38d-bb75-4cb1-b4c7-76152e38aba3",
    "artist": "Sunnyboys",
    "artist_ids": [
        "cf4c7a66-35a7-45d7-b966-0e073cd0ace9"
    ],
    "album": "Individuals",
    "release_id": null,
    "release_group_id": "760c44e4-75b1-423d-aba9-6b53cd0fa2d6",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1982-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Oxley of the Sunnyboys has played with The Aint's for years, and is touring with the Saints",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}