Information about plays

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

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

{
    "id": 3554418,
    "uri": "https://api.kexp.org/v2/plays/3554418/?format=api",
    "airdate": "2025-09-18T02:05:12-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/f97275ae-4bb3-418a-9faa-1d65fded5457/23128328420-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f97275ae-4bb3-418a-9faa-1d65fded5457/23128328420-250.jpg",
    "song": "Get Up (I Feel Like Being a) Sex Machine",
    "track_id": null,
    "recording_id": "e03ab0c6-e5ef-43fe-a998-c4ec6aac8e5b",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Get Up (I Feel Like Being a) Sex Machine",
    "release_id": null,
    "release_group_id": "7a3e8175-11e2-3056-8672-6e8a1ddcc46b",
    "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": "Watch the Godfather of Soul perform this live with his trusty sideman Bobby Byrd and the J.B.'s: https://www.youtube.com/watch?v=OS3HsUyGO70",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}