Information about plays

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

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

{
    "id": 3428614,
    "uri": "https://api.kexp.org/v2/plays/3428614/?format=api",
    "airdate": "2024-11-22T10:12:08-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia802809.us.archive.org/24/items/mbid-ad12863f-91bf-4f19-99ba-e792be794d9b/mbid-ad12863f-91bf-4f19-99ba-e792be794d9b-25184045403_thumb500.jpg",
    "thumbnail_uri": "https://ia802809.us.archive.org/24/items/mbid-ad12863f-91bf-4f19-99ba-e792be794d9b/mbid-ad12863f-91bf-4f19-99ba-e792be794d9b-25184045403_thumb250.jpg",
    "song": "She Will",
    "track_id": "e98303f3-442d-4154-a61c-29bff272e432",
    "recording_id": "a012463b-f3e1-4a72-82f6-234e4a44660a",
    "artist": "Savages",
    "artist_ids": [
        "42d72c29-8a7a-4c88-89ed-a2ca25d40284"
    ],
    "album": "Silence Yourself",
    "release_id": "ad12863f-91bf-4f19-99ba-e792be794d9b",
    "release_group_id": "e00609ef-dc70-4226-a0bb-28b1862c4075",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"She Will\" comes from the 2013 debut album from London group Savages. \n\nThey played this track and three others Live on KEXP back in 2013: https://youtu.be/cL7uHhCo4qw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}