Information about plays

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

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

{
    "id": 3420593,
    "uri": "https://api.kexp.org/v2/plays/3420593/?format=api",
    "airdate": "2024-11-02T20:03:48-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "https://coverartarchive.org/release/1cb48b8a-249d-42aa-999d-4987dcce76eb/36233194988-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1cb48b8a-249d-42aa-999d-4987dcce76eb/36233194988-250.jpg",
    "song": "Will",
    "track_id": null,
    "recording_id": "b5e9e365-9990-49c2-a754-89d34bb36c72",
    "artist": "mauve",
    "artist_ids": [
        "bb6e65ad-6f8b-4ae0-8bb3-d45ddfc05b53"
    ],
    "album": "About the Weather",
    "release_id": null,
    "release_group_id": "8809ec78-577b-4bc1-a071-4bf075c0fa2a",
    "labels": [
        "Really Rad Records"
    ],
    "label_ids": [
        "24d1753f-756a-490d-b0f6-6002ab0db5f0"
    ],
    "release_date": "2023-07-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "MORE PORTLAND EMO!!\n\nhttps://mauvepdx.bandcamp.com/album/about-the-weather",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}