Information about plays

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

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

{
    "id": 3612020,
    "uri": "https://api.kexp.org/v2/plays/3612020/?format=api",
    "airdate": "2026-02-01T19:45:59-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I Think of You",
    "track_id": null,
    "recording_id": null,
    "artist": "Sy Smith",
    "artist_ids": [
        "397a83c7-9e02-4b12-a409-81285717fd15"
    ],
    "album": "When I Think of You",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janet Jackson cover.\n\nhttps://sysmith.bandcamp.com/track/when-i-think-of-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}