Information about plays

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

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

{
    "id": 3421383,
    "uri": "https://api.kexp.org/v2/plays/3421383/?format=api",
    "airdate": "2024-11-04T17:39:44-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "https://coverartarchive.org/release/59d19767-4489-4437-90d5-c756f15915c7/15237635364-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59d19767-4489-4437-90d5-c756f15915c7/15237635364-250.jpg",
    "song": "When the World’s at Peace",
    "track_id": null,
    "recording_id": "16b88c24-ad34-4e64-97e9-88615336e715",
    "artist": "The O’Jays",
    "artist_ids": [
        "8153c6ef-026c-481f-b081-974f2c948d9f"
    ],
    "album": "Back Stabbers",
    "release_id": null,
    "release_group_id": "09cbf2e9-e44f-352c-b195-ae9aa1df6909",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The O'Jays were named in tribute to Eddie O'Jay, a Cleveland radio disc jockey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}