Information about plays

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

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

{
    "id": 3580833,
    "uri": "https://api.kexp.org/v2/plays/3580833/?format=api",
    "airdate": "2025-11-21T00:31:55-08:00",
    "show": 65165,
    "show_uri": "https://api.kexp.org/v2/shows/65165/?format=api",
    "image_uri": "https://coverartarchive.org/release/d706eaa6-ba37-45c4-a15b-742d3772eb58/36093866101-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d706eaa6-ba37-45c4-a15b-742d3772eb58/36093866101-250.jpg",
    "song": "I’m a Woman Here",
    "track_id": null,
    "recording_id": "8c5417b7-be44-43b1-9d8f-45ce33d35247",
    "artist": "The Jones Girls",
    "artist_ids": [
        "2abe50ac-74df-4baf-8928-b90cb9f19f68"
    ],
    "album": "On Target",
    "release_id": null,
    "release_group_id": "6e6aaccd-7b81-4daf-a363-19abdff747d3",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}