Information about plays

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

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

{
    "id": 3525350,
    "uri": "https://api.kexp.org/v2/plays/3525350/?format=api",
    "airdate": "2025-07-10T23:38:11-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call It",
    "track_id": null,
    "recording_id": "9503311e-f45e-477f-8a02-cf56379d4673",
    "artist": "Eddie Chacon",
    "artist_ids": [
        "6996c534-61ca-4c7d-805b-07247227f902"
    ],
    "album": "Call It",
    "release_id": null,
    "release_group_id": "e57c8ec4-e48d-4991-8741-a8e5f60177c9",
    "labels": [
        "Bright Antenna"
    ],
    "label_ids": [
        "a556d082-3183-457a-81a3-6db549e58d21"
    ],
    "release_date": "2024-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}