Information about plays

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

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

{
    "id": 3428112,
    "uri": "https://api.kexp.org/v2/plays/3428112/?format=api",
    "airdate": "2024-11-21T04:19:51-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia801808.us.archive.org/17/items/mbid-413eb616-1d42-4b83-b60b-4a37ca146d2e/mbid-413eb616-1d42-4b83-b60b-4a37ca146d2e-39630175948_thumb500.jpg",
    "thumbnail_uri": "https://ia601808.us.archive.org/17/items/mbid-413eb616-1d42-4b83-b60b-4a37ca146d2e/mbid-413eb616-1d42-4b83-b60b-4a37ca146d2e-39630175948_thumb250.jpg",
    "song": "Cow's Eye",
    "track_id": "c86e419c-8bf4-4a45-97fc-5b1a6ff4b9e8",
    "recording_id": "b3e1ea9d-6123-48da-82f5-9c281da63aa5",
    "artist": "Kurious",
    "artist_ids": [
        "48ca0874-e088-4f60-8522-1866115fb49d"
    ],
    "album": "Majician",
    "release_id": "413eb616-1d42-4b83-b60b-4a37ca146d2e",
    "release_group_id": "0110e0b4-ee90-466e-ba6d-19b305b600c9",
    "labels": [
        "Metal Face Records",
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "4dc9cf60-b827-4cac-a8ad-ae7d75bd6867",
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}