Information about plays

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

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

{
    "id": 3422288,
    "uri": "https://api.kexp.org/v2/plays/3422288/?format=api",
    "airdate": "2024-11-07T00:27:26-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Demisen Kulu",
    "track_id": null,
    "recording_id": null,
    "artist": "Nahawa Doumbia",
    "artist_ids": [
        "1d0f0e40-c454-4e3d-92e0-09579fabba1f"
    ],
    "album": "Vol 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Awesome Tapes From Africa"
    ],
    "label_ids": [
        "967b585c-7107-4770-8480-ba501aba6d50"
    ],
    "release_date": "2024-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Malian singer Nahawa Doumbia is well known at home and abroad for her powerful voice and wassoulou style music.\n\nhttps://nahawadoumbia.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}