Information about plays

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

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

{
    "id": 3429225,
    "uri": "https://api.kexp.org/v2/plays/3429225/?format=api",
    "airdate": "2024-11-23T21:03:59-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Earthworks",
    "track_id": null,
    "recording_id": null,
    "artist": "Straw Man Army",
    "artist_ids": [
        "652ae963-264b-4f8e-a6dc-3ee436ce44e6"
    ],
    "album": "Earthworks",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Vida Es Mus Discos"
    ],
    "label_ids": [
        "d8586451-af5e-47da-8ff1-e210ad8ea448"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC duo Straw Man Army return with their third LP, “Earthworks”, to complete a trilogy of records that begun with 2020’s “Age of Exile,” and 2022’s “SOS”.\n\nhttps://lavidaesunmus.bandcamp.com/album/earthworks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}