Information about plays

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

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

{
    "id": 3418768,
    "uri": "https://api.kexp.org/v2/plays/3418768/?format=api",
    "airdate": "2024-10-29T09:35:42-07:00",
    "show": 61706,
    "show_uri": "https://api.kexp.org/v2/shows/61706/?format=api",
    "image_uri": "https://ia601606.us.archive.org/13/items/mbid-3ee6bd30-4a23-40cb-9958-d0c321ccdff3/mbid-3ee6bd30-4a23-40cb-9958-d0c321ccdff3-17361537089_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/13/items/mbid-3ee6bd30-4a23-40cb-9958-d0c321ccdff3/mbid-3ee6bd30-4a23-40cb-9958-d0c321ccdff3-17361537089_thumb250.jpg",
    "song": "I've Been Let Down",
    "track_id": "fdf16d2d-56c7-3f4b-8b08-a2375d5a1eb2",
    "recording_id": "81a9c10f-bc80-44d6-857d-768c3813d9c7",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Among My Swan",
    "release_id": "3ee6bd30-4a23-40cb-9958-d0c321ccdff3",
    "release_group_id": "966a02cf-fc62-3abc-8560-c60ce115efed",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mazzy Star released \"Among My Swan\" on this day in 1996.\n--\nThis was their last single released by the band before a hiatus that lasted until 2011. Read about the band’s history on KEXP https://www.kexp.org/read/2020/2/25/rip-david-roback-mazzy-star-opal-and-rain-parade/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}