Information about plays

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

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

{
    "id": 3428094,
    "uri": "https://api.kexp.org/v2/plays/3428094/?format=api",
    "airdate": "2024-11-21T03:20:00-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Eye Out",
    "track_id": "59c0004f-4adc-32d6-b893-eb016154d503",
    "recording_id": "50b95c38-831d-4a64-beaa-8e028fc1bca4",
    "artist": "The Fluid",
    "artist_ids": [
        "5e99632e-7395-429d-9f95-e9c47325b8f0"
    ],
    "album": "Purplemetalflakemusic",
    "release_id": "bc87f2f4-2220-4c54-91b9-cb3d4fc81ae0",
    "release_group_id": "ddca39cc-be33-367e-ab5c-b7d30f740d86",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1992-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sub Pop announces The Fluid vinyl reissues\nhttps://www.brooklynvegan.com/sub-pop-announces-the-fluid-vinyl-reissues-which-will-also-finally-hit-streaming/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}