Information about plays

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

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

{
    "id": 3422097,
    "uri": "https://api.kexp.org/v2/plays/3422097/?format=api",
    "airdate": "2024-11-06T12:39:01-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia600906.us.archive.org/6/items/mbid-caad5131-d9a4-43f4-9db3-06d83616d89d/mbid-caad5131-d9a4-43f4-9db3-06d83616d89d-8553308818_thumb500.jpg",
    "thumbnail_uri": "https://ia800906.us.archive.org/6/items/mbid-caad5131-d9a4-43f4-9db3-06d83616d89d/mbid-caad5131-d9a4-43f4-9db3-06d83616d89d-8553308818_thumb250.jpg",
    "song": "Save Me",
    "track_id": "29c0d0cf-52c0-3e65-a6db-fda1ec5a3113",
    "recording_id": "f7e6cdf4-a391-477e-8f09-9cd02e1b324e",
    "artist": "Aimee Mann",
    "artist_ids": [
        "db3c0a20-bf05-4b30-ac22-f294aea24172"
    ],
    "album": "Live at St. Ann's Warehouse",
    "release_id": "caad5131-d9a4-43f4-9db3-06d83616d89d",
    "release_group_id": "7cfde215-0efc-3147-91ef-f73e412ae084",
    "labels": [
        "SuperEgo Records"
    ],
    "label_ids": [
        "8048998d-1859-4333-8f92-ae66aa8b9e73"
    ],
    "release_date": "2004-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From a venue in Brooklyn, this live album from singer-songwriter Aimee Mann was released in 2004, you can see the video of that live performance here:\nhttps://www.youtube.com/watch?v=0VCJVmOFhh0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}