Information about plays

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

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

{
    "id": 3413014,
    "uri": "https://api.kexp.org/v2/plays/3413014/?format=api",
    "airdate": "2024-10-15T15:00:07-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MISSIN U BBY",
    "track_id": "10abc4e0-74c0-4fb9-a2ad-bcc20ac5f493",
    "recording_id": "e458f5c5-ffe1-4b16-8e94-27c8aa1664b8",
    "artist": "YUNG BAE & Vantage",
    "artist_ids": [
        "b218faea-829a-45f0-8bb4-54df2bc17d41",
        "725ce65e-bdb7-4134-bc4d-2999fb2bf88e"
    ],
    "album": "6AE",
    "release_id": "0654e4c2-af23-4ddd-b959-209b748caef8",
    "release_group_id": "751ff727-6644-4d07-a45c-a04bebdcad37",
    "labels": [
        "Future of Funk"
    ],
    "label_ids": [
        "182523cc-6e7d-4f12-9f29-709190e9dac3"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's Yung Bae!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}