Information about plays

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

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

{
    "id": 3595533,
    "uri": "https://api.kexp.org/v2/plays/3595533/?format=api",
    "airdate": "2025-12-24T21:29:52-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plankton (Abanico Sanyo)",
    "track_id": null,
    "recording_id": "4838c6d5-4f96-45c6-bec2-d9242b0d514f",
    "artist": "Cotopla Boyz",
    "artist_ids": [
        "9e0dd924-eb5e-4948-b389-cdffbe5096da"
    ],
    "album": "Mamarron Vol. 1",
    "release_id": null,
    "release_group_id": "4832a9d8-6e57-4740-90f1-c9be3867c79e",
    "labels": [
        "AYA Records"
    ],
    "label_ids": [
        "0ed7a55f-29be-4a88-a45f-98201a56d4a2"
    ],
    "release_date": "2022-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}