Information about plays

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

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

{
    "id": 3422485,
    "uri": "https://api.kexp.org/v2/plays/3422485/?format=api",
    "airdate": "2024-11-07T11:23:56-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia800500.us.archive.org/13/items/mbid-935e2886-2ad1-4e4f-819d-f1920b2c4265/mbid-935e2886-2ad1-4e4f-819d-f1920b2c4265-21358027583_thumb500.jpg",
    "thumbnail_uri": "https://ia600500.us.archive.org/13/items/mbid-935e2886-2ad1-4e4f-819d-f1920b2c4265/mbid-935e2886-2ad1-4e4f-819d-f1920b2c4265-21358027583_thumb250.jpg",
    "song": "Gravity Rides Everything",
    "track_id": "376bc855-e506-3c07-ac7b-f9c534493a16",
    "recording_id": "92c14240-5da7-4f42-a5fe-2da7403bc70f",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Moon & Antarctica",
    "release_id": "935e2886-2ad1-4e4f-819d-f1920b2c4265",
    "release_group_id": "a8e26959-b3b2-3440-a74a-0dc06cd6310d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-03-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "First released in 2000, The Moon & Antarctica is Modest Mouse's third album. \n\nThe album's title came from a scene in the film, 'Blade Runner,' where the main character can be seen reading a newspaper headlined \"Farming the Oceans, the Moon and Antarctica\".\nhttps://bit.ly/3vzOAcO\n\nhttps://modestmouse.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}