Information about plays

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

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

{
    "id": 3589925,
    "uri": "https://api.kexp.org/v2/plays/3589925/?format=api",
    "airdate": "2025-12-11T23:26:52-08:00",
    "show": 65351,
    "show_uri": "https://api.kexp.org/v2/shows/65351/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Touch a Four Leaf Clover",
    "track_id": null,
    "recording_id": "dd361a0a-d9d4-4b7d-9d94-e3ed5443147f",
    "artist": "George Posse feat. Toyin Adekale",
    "artist_ids": [
        "3638a3ef-4bd4-4405-a1c5-c729b50f8cc5",
        "e92a1907-a186-468e-80e8-edd574187d85"
    ],
    "album": "For the Love of You",
    "release_id": null,
    "release_group_id": "3082945b-0ae0-44eb-a5f8-06fea9e610aa",
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [
        "16bf0740-2194-457f-8efd-5ba6086a2b27"
    ],
    "release_date": "2020-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}