Information about plays

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

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

{
    "id": 3628222,
    "uri": "https://api.kexp.org/v2/plays/3628222/?format=api",
    "airdate": "2026-03-12T22:47:33-07:00",
    "show": 66165,
    "show_uri": "https://api.kexp.org/v2/shows/66165/?format=api",
    "image_uri": "https://coverartarchive.org/release/e931e5d4-cf7d-3598-a855-e024f92ee1d9/15235160154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e931e5d4-cf7d-3598-a855-e024f92ee1d9/15235160154-250.jpg",
    "song": "The Boss",
    "track_id": null,
    "recording_id": "f138b2f2-c3a4-4363-ab71-b66282065bb7",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Black Caesar",
    "release_id": null,
    "release_group_id": "d1ce8de2-d8b0-3ea6-b638-8b7fe417df11",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}