Information about plays

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

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

{
    "id": 3415512,
    "uri": "https://api.kexp.org/v2/plays/3415512/?format=api",
    "airdate": "2024-10-21T11:04:06-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "https://ia600402.us.archive.org/28/items/mbid-f2f605a8-fcec-35d4-8291-d8d1ff361623/mbid-f2f605a8-fcec-35d4-8291-d8d1ff361623-32181128816_thumb500.jpg",
    "thumbnail_uri": "https://ia600402.us.archive.org/28/items/mbid-f2f605a8-fcec-35d4-8291-d8d1ff361623/mbid-f2f605a8-fcec-35d4-8291-d8d1ff361623-32181128816_thumb250.jpg",
    "song": "Fables",
    "track_id": "7124240e-a9ed-302f-890a-c608dc1adc3a",
    "recording_id": "f74cf0d5-fcab-4b5e-b21c-57f69b9d7eeb",
    "artist": "The Dodos",
    "artist_ids": [
        "c310b8e8-468f-4189-9b72-9589a2ff275d"
    ],
    "album": "Time to Die",
    "release_id": "392c6c67-e109-44f1-96db-ceb565f993a8",
    "release_group_id": "9e687de3-9538-46c1-b254-9d46135acc03",
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2009-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was there when The Dodos stopped by the KEXP studio in 2022! Check out their full performance and interview: https://www.youtube.com/watch?v=sMBfjQhbmAo\n\nhttps://dodosmusic.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}