Information about plays

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

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

{
    "id": 3437299,
    "uri": "https://api.kexp.org/v2/plays/3437299/?format=api",
    "airdate": "2024-12-12T20:27:51-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kuning",
    "track_id": null,
    "recording_id": "11b0990c-102a-4c22-bcbc-26da91416b66",
    "artist": "Rumahsakit",
    "artist_ids": [
        "255b6820-69d9-49ed-b745-57959ab316b8"
    ],
    "album": "Nol Derajat",
    "release_id": null,
    "release_group_id": "32e04c6c-2542-4303-a33c-4f328a859c86",
    "labels": [
        "Pops Musik"
    ],
    "label_ids": [
        "4b0d1bd4-326c-43cc-b978-4ee2d375ded7"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rumahsakit is an indie band from Jakarta, Indonesia. They are known as one of the pioneers of Jakarta's indie movement.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}