Information about plays

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

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

{
    "id": 3438684,
    "uri": "https://api.kexp.org/v2/plays/3438684/?format=api",
    "airdate": "2024-12-16T03:26:55-08:00",
    "show": 62123,
    "show_uri": "https://api.kexp.org/v2/shows/62123/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kunolounka",
    "track_id": null,
    "recording_id": null,
    "artist": "Joanne Shenandoah",
    "artist_ids": [
        "6a815d73-4f50-4df6-9915-473ac4b8bccf"
    ],
    "album": "Under the Green Corn Moon - Native American Lullabies",
    "release_id": null,
    "release_group_id": "295afc8b-5fa0-3b90-9cf2-cb18227110dd",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oneida Indian Nation\n\nKunolounka is a song written by the late Joanne Shenandoah. Singer, poet, multi-instrumentalist and a member of Oneida Indian Nation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}