Information about plays

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

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

{
    "id": 3412818,
    "uri": "https://api.kexp.org/v2/plays/3412818/?format=api",
    "airdate": "2024-10-15T06:38:04-07:00",
    "show": 61581,
    "show_uri": "https://api.kexp.org/v2/shows/61581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honey Bee",
    "track_id": "f79f35c6-5a05-4cfd-b1d6-ad5bab4a8e48",
    "recording_id": "ef4f1cb5-3b13-42d1-948a-24627f095c4a",
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "The Black Notes",
    "release_id": "f1b8948d-bcc6-4354-a29e-2456ac86d14c",
    "release_group_id": "9a1109fe-eb87-439d-ad40-2996fd09b7d5",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-09-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ibibio Sound Machine's 'The Black Notes' EP follows on the heels of 2024’s acclaimed Pull the Rope and follows that album in revealing even more facets of Ibibio Sound Machine’s perpetual groove. \"Moments of joy and feeling grateful for the sun on your face. 'Black Notes' and 'Honey Bee' are two sides of a coin—soulful dance and an electronic take on highlife for 2024.\" https://ibibiosoundmachine.bandcamp.com/album/the-black-notes-ep https://ibibiosoundmachine.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}