Information about plays

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

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

{
    "id": 3413250,
    "uri": "https://api.kexp.org/v2/plays/3413250/?format=api",
    "airdate": "2024-10-16T04:42:44-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Movin’ Out (Anthony’s Song)",
    "track_id": null,
    "recording_id": "2e31e4c7-8670-4470-b667-a27f78229126",
    "artist": "Billy Joel",
    "artist_ids": [
        "64b94289-9474-4d43-8c93-918ccc1920d1"
    ],
    "album": "The Stranger",
    "release_id": null,
    "release_group_id": "735bcee6-6be6-3957-af15-d21ba2bd355b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1977-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track of Billy Joel's 1977 album The Stranger.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}