Information about plays

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

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

{
    "id": 3413209,
    "uri": "https://api.kexp.org/v2/plays/3413209/?format=api",
    "airdate": "2024-10-16T02:17:29-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life I Live ft. Tia Nomore",
    "track_id": null,
    "recording_id": null,
    "artist": "Otayo Dubb, Rocky Rivera",
    "artist_ids": [
        "f6183837-6f6c-45d6-8539-02f4a48a2fb6",
        "efc25018-298b-49d2-9835-7e0f8c82dff8"
    ],
    "album": "Long Kiss Goodnight",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rocky Rivera will be in Seattle on October 26th at Hood Famous Cafe + Bar (Chinatown-ID) for the Long Kiss Goodnight album release party!\n\nhttps://www.bandsintown.com/e/106035893-rocky-rivera-at-hood-famous-cafe-+-bar\n\n---\n\nhttps://rockyriverabeatrock.bandcamp.com/album/long-kiss-goodnight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}