Information about plays

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

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

{
    "id": 3427962,
    "uri": "https://api.kexp.org/v2/plays/3427962/?format=api",
    "airdate": "2024-11-20T20:13:39-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?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": "On tour now!\n11/28 - Vancouver - Commodore Ballroom\n11/29 - Seattle - Neptune\n11/30 - Portland - Revolution Hall\n12/03 - San Francisco - The Warfield",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}