Information about plays

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

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

{
    "id": 3438261,
    "uri": "https://api.kexp.org/v2/plays/3438261/?format=api",
    "airdate": "2024-12-15T03:15:58-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "https://ia800402.us.archive.org/25/items/mbid-c143571b-10e8-40de-b1a0-9635cae0078c/mbid-c143571b-10e8-40de-b1a0-9635cae0078c-38947608019_thumb500.jpg",
    "thumbnail_uri": "https://ia800402.us.archive.org/25/items/mbid-c143571b-10e8-40de-b1a0-9635cae0078c/mbid-c143571b-10e8-40de-b1a0-9635cae0078c-38947608019_thumb250.jpg",
    "song": "Pretty Girls",
    "track_id": "0785fc5a-db65-4ed8-ae20-0c400e86f630",
    "recording_id": "b366cb73-c0ee-4bea-ac6c-7d6707b4c45d",
    "artist": "Honeyglaze",
    "artist_ids": [
        "6a04ab15-ef22-4408-844f-5bf1d54dd2cb"
    ],
    "album": "Real Deal",
    "release_id": "c143571b-10e8-40de-b1a0-9635cae0078c",
    "release_group_id": "c847ed50-b300-4575-9b65-ae6d853cb049",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}