Information about plays

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

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

{
    "id": 3587830,
    "uri": "https://api.kexp.org/v2/plays/3587830/?format=api",
    "airdate": "2025-12-06T23:41:10-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Shapes",
    "track_id": null,
    "recording_id": "671b6cfc-d739-47c5-ae07-0c65ec244690",
    "artist": "Coloured Balls",
    "artist_ids": [
        "995c133a-1c75-4812-9f40-f339f5476580"
    ],
    "album": "The First Supper Last Or Scenes We Didn't Get To See",
    "release_id": null,
    "release_group_id": "5f90398a-6065-4fe2-bbed-9589e6f27fcf",
    "labels": [
        "Just Add Water"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}