Information about plays

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

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

{
    "id": 3422896,
    "uri": "https://api.kexp.org/v2/plays/3422896/?format=api",
    "airdate": "2024-11-08T12:17:28-08:00",
    "show": 61795,
    "show_uri": "https://api.kexp.org/v2/shows/61795/?format=api",
    "image_uri": "https://ia904706.us.archive.org/3/items/mbid-6e20bd38-5bc5-483f-99d1-702c36376cc8/mbid-6e20bd38-5bc5-483f-99d1-702c36376cc8-35837218100_thumb500.jpg",
    "thumbnail_uri": "https://ia904706.us.archive.org/3/items/mbid-6e20bd38-5bc5-483f-99d1-702c36376cc8/mbid-6e20bd38-5bc5-483f-99d1-702c36376cc8-35837218100_thumb250.jpg",
    "song": "3800 Tigers",
    "track_id": "c6e416c0-a76f-43b7-895d-e9edcd750e69",
    "recording_id": "95a0ab34-c98e-40b8-a493-8f08e242741b",
    "artist": "Protomartyr",
    "artist_ids": [
        "9efaf639-6332-44b8-94ae-c25896320ca7"
    ],
    "album": "Formal Growth in the Desert",
    "release_id": "6e20bd38-5bc5-483f-99d1-702c36376cc8",
    "release_group_id": "42b10a39-6d99-494e-8d65-60e3683dd725",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2023-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2023's Formal Growth in the Desert is the latest album from veteran Detroit rockers Protomartyr.  https://protomartyr.bandcamp.com\n\nCheck out Protomartyr playing Live on KEXP in 2023: https://www.youtube.com/watch?v=heSUF_DxvFA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}