Information about plays

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

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

{
    "id": 3421696,
    "uri": "https://api.kexp.org/v2/plays/3421696/?format=api",
    "airdate": "2024-11-05T10:54:16-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia803101.us.archive.org/8/items/mbid-a5db3bbf-da8f-4168-a39c-a5244d47577c/mbid-a5db3bbf-da8f-4168-a39c-a5244d47577c-20664473080_thumb500.jpg",
    "thumbnail_uri": "https://ia803101.us.archive.org/8/items/mbid-a5db3bbf-da8f-4168-a39c-a5244d47577c/mbid-a5db3bbf-da8f-4168-a39c-a5244d47577c-20664473080_thumb250.jpg",
    "song": "Run the Road",
    "track_id": "aac6b6ac-73cc-49ea-ab1f-c34ba3adab32",
    "recording_id": "b45ddf88-acf7-45ef-b8dc-d0e507dd03a1",
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "I Don’t Want: The Gold Fire Sessions",
    "release_id": "a5db3bbf-da8f-4168-a39c-a5244d47577c",
    "release_group_id": "28b4d7f9-c8b4-4f81-ac9f-b093594bbda1",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2018-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2018's \"I Don’t Want\" wass the product of a spontaneous 10-song recording collaboration between Santigold and Dre Skull, the Mixpak Records producer and DJ. The two bonded over a mutual love of reggae and Afro-Caribbean music,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}