Information about plays

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

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

{
    "id": 3414822,
    "uri": "https://api.kexp.org/v2/plays/3414822/?format=api",
    "airdate": "2024-10-19T21:16:20-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beer",
    "track_id": null,
    "recording_id": "18e0baaf-207d-4ce6-b401-7dbcaa098fa1",
    "artist": "Unit 3 With Venus",
    "artist_ids": [
        "6f99d14b-61aa-4f60-b713-c47b73405105"
    ],
    "album": "Beer",
    "release_id": null,
    "release_group_id": "de0b4c42-99f0-4743-9f0f-9f4ca1543c14",
    "labels": [
        "Permanent Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA band made up of a mom, a dad, and their 8 year old daughter named Venus.  They never even released a full length album, just a single and a few songs here and there on compilation albums, but they achieved mild popularity in the LA punk scene of the 80s and were now something of a cult favorite.\n\nYou can check out one of the rare live performances by following the link below:\n\nhttps://youtu.be/772XVUPMEvY?si=da4FJSqTba6-mbDq",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}