Information about plays

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

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

{
    "id": 3602541,
    "uri": "https://api.kexp.org/v2/plays/3602541/?format=api",
    "airdate": "2026-01-10T05:14:16-08:00",
    "show": 65610,
    "show_uri": "https://api.kexp.org/v2/shows/65610/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Times They Are A‐Changin’",
    "track_id": "3fea017e-ecb5-3c01-a639-0033b02a2c6e",
    "recording_id": "bb79ce9e-f3d5-4f84-b1a2-130f414f8034",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Dylan",
    "release_id": "ad5450fa-217d-3fcf-aa9f-1fe025848455",
    "release_group_id": "dd48dca0-74b5-33e0-8a3b-7b5af62a2203",
    "labels": [
        "Sony Music Media"
    ],
    "label_ids": [
        "f752481c-2e26-446f-bccf-e487aea582ed"
    ],
    "release_date": "2007-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}