Information about plays

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

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

{
    "id": 3428226,
    "uri": "https://api.kexp.org/v2/plays/3428226/?format=api",
    "airdate": "2024-11-21T10:19:33-08:00",
    "show": 61908,
    "show_uri": "https://api.kexp.org/v2/shows/61908/?format=api",
    "image_uri": "https://ia601607.us.archive.org/13/items/mbid-e94e5855-0b2a-46e1-b165-7160a9f8d972/mbid-e94e5855-0b2a-46e1-b165-7160a9f8d972-9372363936_thumb500.jpg",
    "thumbnail_uri": "https://ia801607.us.archive.org/13/items/mbid-e94e5855-0b2a-46e1-b165-7160a9f8d972/mbid-e94e5855-0b2a-46e1-b165-7160a9f8d972-9372363936_thumb250.jpg",
    "song": "Outside Is the Right Side",
    "track_id": "f23594a3-060a-4683-96b6-d47349c38cf8",
    "recording_id": "a3a150e5-a0c5-49d5-ade8-a94233685d05",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Man It Feels Like Space Again",
    "release_id": "e94e5855-0b2a-46e1-b165-7160a9f8d972",
    "release_group_id": "001206b3-0569-4d84-b1f6-854c8b032534",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic space rockers Pond are about to kick off their west coast tour! Catch these Aussies:\n- Friday, November 29th at the Neptune in Seattle\n- Saturday, November 30th at Revolution Hall in Portland\n- Tuesday, December 3rd at The Warfield in San Francisco\n\nhttps://pond.band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}