Information about plays

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

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

{
    "id": 3417032,
    "uri": "https://api.kexp.org/v2/plays/3417032/?format=api",
    "airdate": "2024-10-25T07:38:06-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Riff Before Work",
    "track_id": "40cbf19f-081d-47fc-8773-2c4f7b606749",
    "recording_id": "0cb00022-9dc9-44a3-a9e4-1e3bec4d3831",
    "artist": "HONEYMOAN",
    "artist_ids": [
        "ec07a6c0-e79c-4e33-a6ed-e50477cb3698"
    ],
    "album": "Riff Before Work",
    "release_id": "0e8fb752-63ef-4ad0-a735-31240ab4605a",
    "release_group_id": "459d9111-ac78-4694-8174-76460900b999",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-07-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HONEYMOAN is a London-based trio, featuring South Africa-born Alison Rachel.: https://diymag.com/interview/get-to-know-honeymoan\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}