Information about plays

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

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

{
    "id": 3417346,
    "uri": "https://api.kexp.org/v2/plays/3417346/?format=api",
    "airdate": "2024-10-26T02:15:48-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pinking Shears",
    "track_id": "e86ffce0-5828-4fb0-9ee5-371a967b6472",
    "recording_id": "a04b35eb-21d7-4993-9314-c981f7e34cb5",
    "artist": "Mandy, Indiana",
    "artist_ids": [
        "9ed67b68-9fa7-471a-99eb-483139293274"
    ],
    "album": "I’ve Seen a Way",
    "release_id": "842366a6-dbcc-4faa-b1b8-6372e46f066c",
    "release_group_id": "a35d1120-2f27-41ca-8340-58cc1ea750b2",
    "labels": [
        "Fire Talk"
    ],
    "label_ids": [
        "80e2d91f-4035-48ef-8a3b-cc81b3f793ed"
    ],
    "release_date": "2023-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No, they're not from Indiana.  This quartet is a noise-rock band from Manchester, England and Pitchfork calls their debut album \"best new music\": https://pitchfork.com/reviews/albums/mandy-indiana-ive-seen-a-way/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}