Information about plays

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

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

{
    "id": 3551753,
    "uri": "https://api.kexp.org/v2/plays/3551753/?format=api",
    "airdate": "2025-09-11T15:35:53-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/ecb3560e-c8e1-4936-afae-b456b45f331c/42235530841-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ecb3560e-c8e1-4936-afae-b456b45f331c/42235530841-250.jpg",
    "song": "Ratha Be Ya Nigga",
    "track_id": null,
    "recording_id": "15eb2264-b428-463b-ac11-30a29e78bb01",
    "artist": "2Pac feat. Richie Rich",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2",
        "5a762b5f-3763-4412-86b1-123185cdb573"
    ],
    "album": "All Eyez on Me",
    "release_id": null,
    "release_group_id": "e2621417-9236-36b4-9f9e-376c416dc4b0",
    "labels": [
        "Death Row Records"
    ],
    "label_ids": [
        "2285cdbd-a7b6-464a-9bc0-c549051454d9"
    ],
    "release_date": "1996-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Clinton is featured as a songwriter on this song because of the \"I'd Rather Be With You\" sample.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}