Information about plays

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

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

{
    "id": 3414011,
    "uri": "https://api.kexp.org/v2/plays/3414011/?format=api",
    "airdate": "2024-10-17T19:45:27-07:00",
    "show": 61602,
    "show_uri": "https://api.kexp.org/v2/shows/61602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kor Kai",
    "track_id": null,
    "recording_id": "73f5168f-6b48-402b-abd8-7e733a52f26a",
    "artist": "Montien Tienthong",
    "artist_ids": [
        "b35472d3-36df-4228-96f2-c0b573c35d8d"
    ],
    "album": "The Sound of Siam, Volume 2: Molam & Luk thung From North‐East Thailand 1970‐1982",
    "release_id": null,
    "release_group_id": "377ce876-2232-4300-bd4a-02cf1496cccb",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Luk Thung artist Montien Tienthong is featured on this compilation of songs from Northeast Thailand between 1970 - 1982.\n\nhttps://soundwayrecords.bandcamp.com/track/montien-tienthong-kor-kai",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}