Information about plays

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

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

{
    "id": 3559252,
    "uri": "https://api.kexp.org/v2/plays/3559252/?format=api",
    "airdate": "2025-09-29T14:43:56-07:00",
    "show": 64701,
    "show_uri": "https://api.kexp.org/v2/shows/64701/?format=api",
    "image_uri": "https://coverartarchive.org/release/d63e3bc1-f00c-4dd8-abb1-cbc014ad2063/1586021315-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d63e3bc1-f00c-4dd8-abb1-cbc014ad2063/1586021315-250.jpg",
    "song": "Paper Chase",
    "track_id": null,
    "recording_id": "f7270e78-f098-485e-b50f-d971a16e5e9d",
    "artist": "Jay-Z, Foxy Brown",
    "artist_ids": [],
    "album": "Vol. 2… Hard Knock Life",
    "release_id": null,
    "release_group_id": "342d74c6-4c01-4541-b3ae-4524c47ad543",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "1998-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vol. 2...Hard Knock Life released this day in 1998!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}