Information about plays

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

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

{
    "id": 3428468,
    "uri": "https://api.kexp.org/v2/plays/3428468/?format=api",
    "airdate": "2024-11-22T01:12:07-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia800606.us.archive.org/12/items/mbid-020810ae-af9c-473f-8d62-8cb9cf70f67e/mbid-020810ae-af9c-473f-8d62-8cb9cf70f67e-40469237174_thumb500.jpg",
    "thumbnail_uri": "https://ia800606.us.archive.org/12/items/mbid-020810ae-af9c-473f-8d62-8cb9cf70f67e/mbid-020810ae-af9c-473f-8d62-8cb9cf70f67e-40469237174_thumb250.jpg",
    "song": "Bon Bon (Confidence Man remix)",
    "track_id": "b2690f7d-bfc1-46c2-b383-0f58025d1a8a",
    "recording_id": "2eba25f3-1fe4-4c20-a91c-e3d59c57aa10",
    "artist": "Fcukers",
    "artist_ids": [
        "5e23e428-d9f5-4679-bd7c-8254d6f0a437"
    ],
    "album": "Bon Bon (Confidence Man remix)",
    "release_id": "020810ae-af9c-473f-8d62-8cb9cf70f67e",
    "release_group_id": "bf13cfca-b4f2-4122-b948-88c26db6da3f",
    "labels": [
        "Technicolour"
    ],
    "label_ids": [
        "1e7d663c-173e-4316-84b6-7fabfe8be930"
    ],
    "release_date": "2024-11-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}