Information about plays

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

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

{
    "id": 3438270,
    "uri": "https://api.kexp.org/v2/plays/3438270/?format=api",
    "airdate": "2024-12-15T03:46:17-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "https://ia801207.us.archive.org/7/items/mbid-6217d90e-9517-445c-9396-c7862ed2a143/mbid-6217d90e-9517-445c-9396-c7862ed2a143-37729521341_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/7/items/mbid-6217d90e-9517-445c-9396-c7862ed2a143/mbid-6217d90e-9517-445c-9396-c7862ed2a143-37729521341_thumb250.jpg",
    "song": "Evil Spawn",
    "track_id": "eed4f92e-4f7e-4c80-86dc-a91d52bfc7ac",
    "recording_id": "5eebb212-a142-4fe3-b601-a2185c8bf1da",
    "artist": "Waxahatchee",
    "artist_ids": [
        "42321e24-42b6-4f08-b0d9-8325ee887a20"
    ],
    "album": "Tigers Blood",
    "release_id": "6217d90e-9517-445c-9396-c7862ed2a143",
    "release_group_id": "f9aa9b53-2c89-4901-926e-e992f1e4d8c0",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}