Information about plays

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

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

{
    "id": 3417355,
    "uri": "https://api.kexp.org/v2/plays/3417355/?format=api",
    "airdate": "2024-10-26T02:47:48-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cadavres Exquis (Howard Song)",
    "track_id": null,
    "recording_id": "f6cc1746-63f8-4335-a0e8-2fb08e838827",
    "artist": "Little Nemo",
    "artist_ids": [
        "bd146eb7-3ee9-429d-98d2-767c30349c58"
    ],
    "album": "Cadavres Exquis (Howard Song)",
    "release_id": null,
    "release_group_id": "333f2d1b-31eb-4c49-8fbb-6237f755a403",
    "labels": [
        "Lively Art"
    ],
    "label_ids": [
        "133211c0-54c7-4777-9a4e-d9e55f6a265d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}