Information about plays

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

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

{
    "id": 3545656,
    "uri": "https://api.kexp.org/v2/plays/3545656/?format=api",
    "airdate": "2025-08-27T23:29:27-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Window Shopping",
    "track_id": null,
    "recording_id": "3b0a1807-b5df-4f3f-9081-06da474a5133",
    "artist": "The Friday Club",
    "artist_ids": [
        "a8bb0236-6651-4035-91ca-68f909cd7c4b"
    ],
    "album": "Window Shopping",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Two-Tone Records"
    ],
    "label_ids": [
        "4290c2b1-667b-41ae-b36f-2f2ba43bce0a"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}