Information about plays

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

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

{
    "id": 3620658,
    "uri": "https://api.kexp.org/v2/plays/3620658/?format=api",
    "airdate": "2026-02-22T03:51:38-08:00",
    "show": 65999,
    "show_uri": "https://api.kexp.org/v2/shows/65999/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e9377c5-c2f3-4342-8162-ae7883087d5c/18757058869-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e9377c5-c2f3-4342-8162-ae7883087d5c/18757058869-250.jpg",
    "song": "Easy to Be Hard",
    "track_id": null,
    "recording_id": "7d5501d6-1bba-4e61-be7d-8c03b8df10e9",
    "artist": "Three Dog Night",
    "artist_ids": [
        "1a48176d-1414-4a18-9792-50ba585d4d59"
    ],
    "album": "Suitable for Framing",
    "release_id": null,
    "release_group_id": "c6316d9d-903a-343d-aa4a-40aacb27957d",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1969-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dad request! Originally from the rock musical Hair.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}