Information about plays

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

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

{
    "id": 3413191,
    "uri": "https://api.kexp.org/v2/plays/3413191/?format=api",
    "airdate": "2024-10-16T01:19:46-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Distance",
    "track_id": null,
    "recording_id": "0e9adea0-ca1c-4804-84d6-ca4a2a5645af",
    "artist": "YEBBA",
    "artist_ids": [
        "0aeea1ef-8d96-4556-8c4a-84b88ae271bb"
    ],
    "album": "Distance",
    "release_id": null,
    "release_group_id": "6a3bd906-dd19-4e97-9970-193cfb0ab9e8",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2020-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer/songwriter Yebba co-produced “Distance” with Mark Ronson, recorded at Electric Lady Studios in New York. The track also features contributions from The Roots and bassist Pino Palladino.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}