Information about plays

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

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

{
    "id": 3595611,
    "uri": "https://api.kexp.org/v2/plays/3595611/?format=api",
    "airdate": "2025-12-25T01:29:16-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe9180bc-a1c7-4229-b3d4-a33d1610db58/28589993377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe9180bc-a1c7-4229-b3d4-a33d1610db58/28589993377-250.jpg",
    "song": "Go Power at Christmas Time",
    "track_id": null,
    "recording_id": "6e8c569d-c4c6-4fc7-818b-64bbb7834c0d",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Hey America",
    "release_id": null,
    "release_group_id": "9b8b72bc-9a98-4c55-985b-1452d325403e",
    "labels": [
        "King Records"
    ],
    "label_ids": [
        "73693b2f-37bc-4076-8018-c21465945054"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}