Information about plays

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

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

{
    "id": 3411553,
    "uri": "https://api.kexp.org/v2/plays/3411553/?format=api",
    "airdate": "2024-10-12T03:59:46-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That’s Amazing Grace",
    "track_id": "0e031d70-0aa8-415d-9215-68b1044593a4",
    "recording_id": "88ad1691-62af-4e54-9c2e-f9f1401977c0",
    "artist": "All Seeing Dolls",
    "artist_ids": [
        "0962eea0-596d-48a4-a088-992906413ef4"
    ],
    "album": "That’s Amazing Grace",
    "release_id": "a2b8ed1d-61f4-474a-8627-0077f73029b3",
    "release_group_id": "437873c8-070b-42c3-852e-8bcbd93bb331",
    "labels": [
        "A Records"
    ],
    "label_ids": [
        "5e3c0309-775b-4a4b-a183-b23bbf6da3ab"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "debut single from this new project Anton Newcombe of Brian Jonestown Massacre’s Anton Newcombe and Dot Allison",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}