Information about plays

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

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

{
    "id": 3590188,
    "uri": "https://api.kexp.org/v2/plays/3590188/?format=api",
    "airdate": "2025-12-12T15:00:35-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right by Your Side",
    "track_id": null,
    "recording_id": "60db6aa4-384f-4dbc-8114-4951456f8aef",
    "artist": "Eurhythmics",
    "artist_ids": [],
    "album": "Right by Your Side",
    "release_id": null,
    "release_group_id": "ca204c45-efa4-4084-ab0d-c45e8d99feed",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eurythmics were a British new wave duo formed in 1980, consisting of Scottish vocalist Annie Lennox and English musician and producer Dave Stewart. They were both previously in the Tourists, a band that broke up in 1980.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}