Information about plays

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

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

{
    "id": 3420625,
    "uri": "https://api.kexp.org/v2/plays/3420625/?format=api",
    "airdate": "2024-11-02T21:24:08-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sanctuary",
    "track_id": null,
    "recording_id": null,
    "artist": "Poison Ruïn",
    "artist_ids": [
        "99e1a3c4-3f44-4c6d-9098-5380e3056fae"
    ],
    "album": "Confrere",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [],
    "release_date": "2024-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Poison Ruin just added a bunch of leftover tour merch on their website.\n\nhttps://www.poisonru.in/\nhttps://poisonruin.bandcamp.com/album/confrere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}