Information about plays

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

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

{
    "id": 3412447,
    "uri": "https://api.kexp.org/v2/plays/3412447/?format=api",
    "airdate": "2024-10-14T07:44:46-07:00",
    "show": 61574,
    "show_uri": "https://api.kexp.org/v2/shows/61574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Southwest",
    "track_id": null,
    "recording_id": "1bb1b331-5289-44d7-b665-498bd1009619",
    "artist": "Def-i",
    "artist_ids": [
        "a0d141e8-3a5a-407f-a9e7-f8f56336f4bf"
    ],
    "album": "Southwest",
    "release_id": null,
    "release_group_id": "520393fb-55f5-4e65-a32e-e5835b51a649",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Diné\n\nHailing from Albuquerque, NM, Def-i represents the Diné Nation as one of the Southwest’s most active and prominent touring artists.\n\nhttps://def-i.com/\nhttps://def-i.bandcamp.com/track/southwest-feat-a-billi-free",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}