Information about plays

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

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

{
    "id": 3439844,
    "uri": "https://api.kexp.org/v2/plays/3439844/?format=api",
    "airdate": "2024-12-18T23:56:23-08:00",
    "show": 62146,
    "show_uri": "https://api.kexp.org/v2/shows/62146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mango Season",
    "track_id": "e7bff548-ec54-4305-bada-0afbf97cfbb4",
    "recording_id": "cd787e15-5bff-4562-a28b-b28ebb465c8a",
    "artist": "BALTHVS",
    "artist_ids": [
        "947536b9-1e0a-4e93-bb07-4edc9c2c9ce4"
    ],
    "album": "Harvest",
    "release_id": "03bb59bf-d587-45ee-94b8-dac9ad6b8c34",
    "release_group_id": "4e038f5d-32c1-432d-a200-e0bfc4be7ac9",
    "labels": [
        "Mixto Records"
    ],
    "label_ids": [
        "3f556a04-125e-42f6-8d86-483bc3685f41"
    ],
    "release_date": "2024-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This trio from Bogotá, Colombia will be in Seattle for a show at The Crocodile on March 1.\n\nhttps://balthvsmusic.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}