Information about plays

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

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

{
    "id": 3417174,
    "uri": "https://api.kexp.org/v2/plays/3417174/?format=api",
    "airdate": "2024-10-25T16:45:14-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Face First",
    "track_id": "c9ad23c6-e933-4444-ba31-1e1d9d6bfd0a",
    "recording_id": "4d9e8cd6-79dd-4301-a25b-ce70b8103197",
    "artist": "The Paranoyds",
    "artist_ids": [
        "649cc6ea-8edc-4632-8e18-336af9581be6"
    ],
    "album": "Carnage Bargain",
    "release_id": "c1334e10-1127-457d-89d5-55ef330b9ef9",
    "release_group_id": "4273d307-82b3-4890-8946-b61781f1e80e",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Four-piece band from Los Angeles\n\n\"'Face First' is a thumping barrage of slacker punk driven forward by the dazed vocals of Lexi Funston. It’s simple in nature and is delightfully infectious\"\n\nhttps://clunkmag.com/tthe-paranoyds-face-first/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}