Information about plays

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

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

{
    "id": 3557350,
    "uri": "https://api.kexp.org/v2/plays/3557350/?format=api",
    "airdate": "2025-09-24T22:50:12-07:00",
    "show": 64653,
    "show_uri": "https://api.kexp.org/v2/shows/64653/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4ef5475-62dc-4558-93a1-ada35d6042e6/21454871291-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4ef5475-62dc-4558-93a1-ada35d6042e6/21454871291-250.jpg",
    "song": "My Back Pages",
    "track_id": null,
    "recording_id": "3738c227-c3f7-4132-b38b-c6c19ee9a3c1",
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "Younger Than Yesterday",
    "release_id": null,
    "release_group_id": "4e4c1014-7c7b-397a-9c80-35b115a034fe",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1967-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dylan first recorded this tune on his fourth album \"Another Side Of Bob Dylan\" in 1964.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}