Information about plays

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

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

{
    "id": 3420702,
    "uri": "https://api.kexp.org/v2/plays/3420702/?format=api",
    "airdate": "2024-11-03T01:06:58-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gallows",
    "track_id": null,
    "recording_id": null,
    "artist": "Mother of Graves",
    "artist_ids": [
        "93f77a0a-00a6-41bf-b6f8-06e1b706339d"
    ],
    "album": "The Periapt of Absence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2024-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Indianapolis, IN based band featuring members of Harakiri and Summon the Destroyer.\n\nhttps://www.facebook.com/motherofgravesband\nhttps://motherofgraves.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}