Information about plays

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

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

{
    "id": 3421495,
    "uri": "https://api.kexp.org/v2/plays/3421495/?format=api",
    "airdate": "2024-11-05T00:33:24-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/17c86162-b599-42f8-9a1c-0da05c755e71/25400616535-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17c86162-b599-42f8-9a1c-0da05c755e71/25400616535-250.jpg",
    "song": "Corey",
    "track_id": null,
    "recording_id": null,
    "artist": "CS + Kreme",
    "artist_ids": [
        "9bff9f45-451c-44bc-bedf-edb61296a699"
    ],
    "album": "The Butterfly Drinks the Tears of the Tortoise",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Trilogy Tapes"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "o O o O o O o - https://thetrilogytapes.bandcamp.com/album/the-butterfly-drinks-the-tears-of-the-tortoise",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}