Information about plays

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

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

{
    "id": 3564760,
    "uri": "https://api.kexp.org/v2/plays/3564760/?format=api",
    "airdate": "2025-10-14T00:35:56-07:00",
    "show": 64829,
    "show_uri": "https://api.kexp.org/v2/shows/64829/?format=api",
    "image_uri": "https://coverartarchive.org/release/e410044e-0e1d-4edd-b8cf-4bab9628747e/41995936811-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e410044e-0e1d-4edd-b8cf-4bab9628747e/41995936811-250.jpg",
    "song": "Bound to Rain",
    "track_id": null,
    "recording_id": null,
    "artist": "Ken Pomeroy",
    "artist_ids": [
        "5b73e02f-01f0-4c91-b19e-c2b3a76288f7"
    ],
    "album": "Bound to Rain",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Tulsa's Ken Pomeroy! - https://kenpomeroy.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}