Information about plays

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

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

{
    "id": 3422113,
    "uri": "https://api.kexp.org/v2/plays/3422113/?format=api",
    "airdate": "2024-11-06T13:46:15-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Show",
    "track_id": null,
    "recording_id": "7ead455f-4806-4bca-b79e-331598ca0b0c",
    "artist": "The Crosswalk",
    "artist_ids": [
        "8b3cdf42-93d5-4f5c-ae2d-2c68574b0cb2"
    ],
    "album": "Venus Loves a Melody",
    "release_id": null,
    "release_group_id": "e45ad948-639a-45d8-a853-a72e943ca1e7",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Crosswalk is:\nCody Chesnutt: lead vocals, guitar, keyboards\nJay Gordon: guitar, keyboards, backing vocals\nJohn Maggio: bass, glockenspiel, backing vocals\nJaime O'Connell: drums, percussion, vibes, guitar, backing vocals\n--\nYou might be able to purchase a copy of this unreleased album here: https://www.discogs.com/release/5742560-The-Crosswalk-Venus-Loves-A-Melody",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}