Information about plays

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

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

{
    "id": 3428166,
    "uri": "https://api.kexp.org/v2/plays/3428166/?format=api",
    "airdate": "2024-11-21T07:16:36-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia800600.us.archive.org/11/items/mbid-2396e6d6-7f3f-46df-ade5-0fc288923d9b/mbid-2396e6d6-7f3f-46df-ade5-0fc288923d9b-39369498425_thumb500.jpg",
    "thumbnail_uri": "https://ia800600.us.archive.org/11/items/mbid-2396e6d6-7f3f-46df-ade5-0fc288923d9b/mbid-2396e6d6-7f3f-46df-ade5-0fc288923d9b-39369498425_thumb250.jpg",
    "song": "Eye Contact High",
    "track_id": "14140e66-821f-42cb-94f2-446ab53d57bf",
    "recording_id": "2a6647ac-0860-4792-83aa-93af3ba8b79a",
    "artist": "Japandroids",
    "artist_ids": [
        "2008d65c-31ee-4382-8960-5188523568d5"
    ],
    "album": "Fate & Alcohol",
    "release_id": "2396e6d6-7f3f-46df-ade5-0fc288923d9b",
    "release_group_id": "19fa589b-5341-4e77-8638-8371e54fade9",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Japandroids' new album Fate & Alcohol.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}