Information about plays

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

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

{
    "id": 3582085,
    "uri": "https://api.kexp.org/v2/plays/3582085/?format=api",
    "airdate": "2025-11-23T21:35:48-08:00",
    "show": 65192,
    "show_uri": "https://api.kexp.org/v2/shows/65192/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crescent",
    "track_id": null,
    "recording_id": "0f3bef88-44b8-490d-9fc0-de5ee9b40a27",
    "artist": "Wordcolour",
    "artist_ids": [
        "d976ecfa-da2e-405f-8f57-7ed6dbaed5a5"
    ],
    "album": "The trees were buzzing, and the grass.",
    "release_id": null,
    "release_group_id": "bcd8dfed-ca90-473a-9b11-0c431361d6c0",
    "labels": [
        "Houndstooth"
    ],
    "label_ids": [
        "107c92d4-8fe3-4c06-beff-98540a321a68"
    ],
    "release_date": "2022-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}