Information about plays

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

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

{
    "id": 3421880,
    "uri": "https://api.kexp.org/v2/plays/3421880/?format=api",
    "airdate": "2024-11-05T22:58:42-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/baeaec34-96f2-40bb-abf7-def7b12490ce/3265351461-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/baeaec34-96f2-40bb-abf7-def7b12490ce/3265351461-250.jpg",
    "song": "1977",
    "track_id": null,
    "recording_id": "b65652f1-fb12-4127-baef-7b3dc87a9e6a",
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "1977",
    "release_id": null,
    "release_group_id": "ed1ece25-e930-4249-a8c6-5e538efce858",
    "labels": [
        "BOA"
    ],
    "label_ids": [
        "956d2ed0-eb87-48f6-841b-74cee45161b9"
    ],
    "release_date": "2009-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chilean born artist Ana Tijoux's'1977' is her second studio album -- it received a Grammy Award nomination for Best Latin Rock/Alternative Album. She is a teacher and writer as well.\n\nCheck out Ana Tijoux's Live on KEXP session here. https://youtu.be/teFgKyisViw \nhttps://anatijouxoficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}