Information about plays

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

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

{
    "id": 3604899,
    "uri": "https://api.kexp.org/v2/plays/3604899/?format=api",
    "airdate": "2026-01-16T01:46:49-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Neva Go Back",
    "track_id": null,
    "recording_id": "7b60b951-115b-4666-8f47-c074c226bc5f",
    "artist": "Special Ed",
    "artist_ids": [
        "2868a742-f08e-425f-b240-10dcb7be905a"
    ],
    "album": "Revelations",
    "release_id": null,
    "release_group_id": "9b6f3b4d-4e53-3d8d-95cd-273e2fc540ac",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled the previous Isaac Hayes' interpretation of \"Burt Bacharach's \"Look of Love.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}