Information about plays

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

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

{
    "id": 3572555,
    "uri": "https://api.kexp.org/v2/plays/3572555/?format=api",
    "airdate": "2025-11-01T10:35:45-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab7b7db6-a65d-42cd-ae03-56dcd22e8846/41949976026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab7b7db6-a65d-42cd-ae03-56dcd22e8846/41949976026-250.jpg",
    "song": "Ruby Soho",
    "track_id": null,
    "recording_id": "6dc7fd8c-e5ea-4437-9ddd-b7782c4f682a",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "Rebirth",
    "release_id": null,
    "release_group_id": "aa831e63-94d7-4117-b7ef-1c3a1fe84058",
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2012-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes that's a Rancid cover from the OG Jimmy Cliff",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}