Information about plays

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

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

{
    "id": 3576131,
    "uri": "https://api.kexp.org/v2/plays/3576131/?format=api",
    "airdate": "2025-11-09T19:16:13-08:00",
    "show": 65067,
    "show_uri": "https://api.kexp.org/v2/shows/65067/?format=api",
    "image_uri": "https://coverartarchive.org/release/f426c930-8ad6-4ac7-a56c-fd07d7e5bcb4/13449324252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f426c930-8ad6-4ac7-a56c-fd07d7e5bcb4/13449324252-250.jpg",
    "song": "Alright On The Night",
    "track_id": null,
    "recording_id": "70ab7660-544a-42f0-b62d-59e6e0d43724",
    "artist": "The Ritchie Family",
    "artist_ids": [
        "aa711144-4173-4e4a-80c7-fcc867186f5d"
    ],
    "album": "I’ll Do My Best",
    "release_id": null,
    "release_group_id": "6ef32f90-11aa-3179-9771-58f8e17ad4f2",
    "labels": [
        "PTG Records"
    ],
    "label_ids": [
        "48ad9d24-0c79-4052-b0d8-8d7f281f69cc"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ritchie Family released \"All Right On The Night\" in 1982 on the album I'll Do My Best, with PTG Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}