Information about plays

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

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

{
    "id": 3437303,
    "uri": "https://api.kexp.org/v2/plays/3437303/?format=api",
    "airdate": "2024-12-12T20:43:07-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Өнгийн Будаг (Ungiin Budag)",
    "track_id": null,
    "recording_id": null,
    "artist": "Seventh September",
    "artist_ids": [],
    "album": "Oh! 979 EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2023-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seventh September is an indie rock Mongolian band formed on the 7th of September in 2019. The band consists of vocalist & guitarist Sukhbat Dorjpalam, bass guitarist Bat-Undral Bat-Ulzii, lead guitarist Munkhbayasgalan Damdinsuren and drummer Erdenebayar Khishigbayar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}