Information about plays

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

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

{
    "id": 3421380,
    "uri": "https://api.kexp.org/v2/plays/3421380/?format=api",
    "airdate": "2024-11-04T17:28:30-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nights Introlude",
    "track_id": null,
    "recording_id": "81787ed7-08dc-412a-9f75-57e9ba88cc23",
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Nature Child",
    "release_id": null,
    "release_group_id": "fd92e5a4-6133-3cfa-a84d-511e263330ef",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}