Information about plays

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

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

{
    "id": 3428067,
    "uri": "https://api.kexp.org/v2/plays/3428067/?format=api",
    "airdate": "2024-11-21T01:52:56-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia601200.us.archive.org/0/items/mbid-6233f22c-4f3f-4851-81af-74e3a01b9d1a/mbid-6233f22c-4f3f-4851-81af-74e3a01b9d1a-10782187843_thumb500.jpg",
    "thumbnail_uri": "https://ia801200.us.archive.org/0/items/mbid-6233f22c-4f3f-4851-81af-74e3a01b9d1a/mbid-6233f22c-4f3f-4851-81af-74e3a01b9d1a-10782187843_thumb250.jpg",
    "song": "Eyeball in My Martini",
    "track_id": "afc4a1cf-7833-32e4-91f4-15eb506345ba",
    "recording_id": "ff4fe5df-4612-45b5-a625-9c6f7fd06d58",
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Look Mom No Head!",
    "release_id": "24b76587-897a-4525-84a3-8aceb4fdbc7b",
    "release_group_id": "23c1f816-0fab-3d64-a537-f624ec690c0d",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1991-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}