Information about plays

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

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

{
    "id": 3416858,
    "uri": "https://api.kexp.org/v2/plays/3416858/?format=api",
    "airdate": "2024-10-24T21:09:32-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tira-Rin",
    "track_id": null,
    "recording_id": "66ffabaf-3f0d-41a2-b906-dfbc5ebb677f",
    "artist": "Mkwaju Ensemble",
    "artist_ids": [
        "565191e5-f11f-45be-b049-292be8782cee"
    ],
    "album": "Somewhere Between: Mutant Pop, Electronic Minimalism & Shadow Sounds of Japan 1980-1988",
    "release_id": null,
    "release_group_id": "f942c29d-2600-4533-9cea-41b97e1a99f1",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2021-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MKWAJU Ensemble is led by Midori Takada on marimba, gong, vibraphone, and tom tom. Their music is an inventive and riveting take on Eastern and Western minimalist traditions, African rhythms, and early electronica.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}