Information about plays

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

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

{
    "id": 3422432,
    "uri": "https://api.kexp.org/v2/plays/3422432/?format=api",
    "airdate": "2024-11-07T08:19:49-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia800700.us.archive.org/15/items/mbid-fb8cc69e-7e90-4b30-bd33-46def4d9854f/mbid-fb8cc69e-7e90-4b30-bd33-46def4d9854f-39007816314_thumb500.jpg",
    "thumbnail_uri": "https://ia800700.us.archive.org/15/items/mbid-fb8cc69e-7e90-4b30-bd33-46def4d9854f/mbid-fb8cc69e-7e90-4b30-bd33-46def4d9854f-39007816314_thumb250.jpg",
    "song": "Faithless",
    "track_id": "90e6c4a0-02fd-4656-b578-964e91c0e42d",
    "recording_id": "aaf6f6fb-12ed-473e-a890-abcc529ba75e",
    "artist": "Ben Böhmer feat. Erin LeCount",
    "artist_ids": [
        "e4f12dfc-1ee7-4250-8e24-549b6d46676d",
        "52d273ca-1f68-440c-9c37-751358cf0434"
    ],
    "album": "Bloom",
    "release_id": "fb8cc69e-7e90-4b30-bd33-46def4d9854f",
    "release_group_id": "d23bcf80-6b6c-4cf6-ab7e-5220e22d5f83",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Ben Böhmer and Erin LeCount. \n\nhttps://benbohmermusic.com/#tour\n\nhttps://erinlecount.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}