Information about plays

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

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

{
    "id": 3421321,
    "uri": "https://api.kexp.org/v2/plays/3421321/?format=api",
    "airdate": "2024-11-04T12:50:13-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia601301.us.archive.org/19/items/mbid-9ea727c8-2b2c-441a-9455-e0ee7476a43a/mbid-9ea727c8-2b2c-441a-9455-e0ee7476a43a-37859198775_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/19/items/mbid-9ea727c8-2b2c-441a-9455-e0ee7476a43a/mbid-9ea727c8-2b2c-441a-9455-e0ee7476a43a-37859198775_thumb250.jpg",
    "song": "Love II",
    "track_id": "128ac5b8-ad1e-4fb0-ba0c-e530241a773b",
    "recording_id": "ae775824-420e-4b4f-a268-5f4890fe747e",
    "artist": "Pillow Queens",
    "artist_ids": [
        "3329e0ce-14b6-4b51-b658-85f6392554a3"
    ],
    "album": "Name Your Sorrow",
    "release_id": "9ea727c8-2b2c-441a-9455-e0ee7476a43a",
    "release_group_id": "691b26c1-deac-4486-9f3b-5c0f34c685d5",
    "labels": [
        "Royal Mountain Records"
    ],
    "label_ids": [
        "564dc8fb-cbd0-453b-ad29-dd867556d041"
    ],
    "release_date": "2024-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}