Information about plays

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

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

{
    "id": 3556383,
    "uri": "https://api.kexp.org/v2/plays/3556383/?format=api",
    "airdate": "2025-09-22T16:02:07-07:00",
    "show": 64635,
    "show_uri": "https://api.kexp.org/v2/shows/64635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dog Star (Fly On)",
    "track_id": null,
    "recording_id": "ce19d4ec-5c44-4be8-bfc0-10b6f2e75466",
    "artist": "George Clinton and the P-Funk All Stars",
    "artist_ids": [
        "5d315a04-2b30-4916-9864-929d44c5ff4c"
    ],
    "album": "Dope Dogs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "P‐VINE RECORDS"
    ],
    "label_ids": [
        "f349f4ac-7fda-4d25-93a9-f148f820e143"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album was first released on the P-Vine label in Japan. It was later released on the Hot Hands label in the United Kingdom. The United States release on the Dogone Records label, a custom label of Available Entertainment, was released under the name George Clinton and the P-Funk All-Stars.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}