Information about plays

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

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

{
    "id": 3438198,
    "uri": "https://api.kexp.org/v2/plays/3438198/?format=api",
    "airdate": "2024-12-14T23:12:18-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abolish Government / Silent Majority",
    "track_id": null,
    "recording_id": "bbe3b6df-801d-4c83-b9f1-5b2a7fa72621",
    "artist": "T.S.O.L.",
    "artist_ids": [
        "e3207b63-ab05-42bc-924e-b1299b89c406"
    ],
    "album": "T.S.O.L.",
    "release_id": null,
    "release_group_id": "513fa02f-1054-372e-b914-1a0d69b3c272",
    "labels": [
        "Posh Boy"
    ],
    "label_ids": [
        "3726962d-d336-482b-8a95-89180a252aac"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "T.S.O.L. will be playing a handful of shows around southern California next month.  You can read more about it by following the link below.\n\nhttps://www.facebook.com/TsolOfficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}