Information about plays

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

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

{
    "id": 3438125,
    "uri": "https://api.kexp.org/v2/plays/3438125/?format=api",
    "airdate": "2024-12-14T19:58:20-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "https://ia801008.us.archive.org/7/items/mbid-066d4f7a-7237-4985-a781-292cb4c6c1ea/mbid-066d4f7a-7237-4985-a781-292cb4c6c1ea-19977737501_thumb500.jpg",
    "thumbnail_uri": "https://ia601008.us.archive.org/7/items/mbid-066d4f7a-7237-4985-a781-292cb4c6c1ea/mbid-066d4f7a-7237-4985-a781-292cb4c6c1ea-19977737501_thumb250.jpg",
    "song": "Cigarettes Coffee and Booze",
    "track_id": "18f12840-c70e-35c9-8113-1a994d27bb7f",
    "recording_id": "bf58a328-d350-4cb6-9138-925987bf1a14",
    "artist": "The Minus 5",
    "artist_ids": [
        "7acfc09d-1b3b-4524-aff0-c705844109c6"
    ],
    "album": "The Minus 5",
    "release_id": "066d4f7a-7237-4985-a781-292cb4c6c1ea",
    "release_group_id": "cad13b96-c95d-360f-9267-b0de4dc57741",
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2006-02-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's The Minus 5! They're a collaboration between Scott McCaughey of the Young Fresh Fellows, Peter Buck of R.E.M, and several others! This is off their self-titled seventh record, which features appearances from Colin Meloy (The Decemberists), Sean Nelson (Harvey Danger) and others!\n\nhttps://theminus5.bandcamp.com/album/the-minus-5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}