Information about plays

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

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

{
    "id": 3525927,
    "uri": "https://api.kexp.org/v2/plays/3525927/?format=api",
    "airdate": "2025-07-12T11:05:19-07:00",
    "show": 63993,
    "show_uri": "https://api.kexp.org/v2/shows/63993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Curious",
    "track_id": null,
    "recording_id": "5e666265-7585-4752-a6de-078fd61e7b52",
    "artist": "Dave Barker",
    "artist_ids": [
        "8a30a754-a92e-48c8-85fe-882860468978"
    ],
    "album": "For the Love of You, Volume 2",
    "release_id": null,
    "release_group_id": "4dc899aa-cf0d-42c8-b133-832608db368b",
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [
        "16bf0740-2194-457f-8efd-5ba6086a2b27"
    ],
    "release_date": "2021-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}