Information about plays

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

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

{
    "id": 3422332,
    "uri": "https://api.kexp.org/v2/plays/3422332/?format=api",
    "airdate": "2024-11-07T02:55:06-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia801603.us.archive.org/18/items/mbid-4bcb0a8d-e479-4133-afc8-fbce9d69343a/mbid-4bcb0a8d-e479-4133-afc8-fbce9d69343a-34705573788_thumb500.jpg",
    "thumbnail_uri": "https://ia601603.us.archive.org/18/items/mbid-4bcb0a8d-e479-4133-afc8-fbce9d69343a/mbid-4bcb0a8d-e479-4133-afc8-fbce9d69343a-34705573788_thumb250.jpg",
    "song": "Flush the Fascists",
    "track_id": "c9ff1001-c822-49bf-ac53-a7259af63c47",
    "recording_id": "c0504411-9c3f-44ac-90bb-15e25ff565ed",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Plastic Eternity",
    "release_id": "4bcb0a8d-e479-4133-afc8-fbce9d69343a",
    "release_group_id": "3d24898f-dd27-47bc-87ba-c00ffe496422",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-04-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}