Information about plays

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

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

{
    "id": 3422500,
    "uri": "https://api.kexp.org/v2/plays/3422500/?format=api",
    "airdate": "2024-11-07T12:18:26-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia801509.us.archive.org/5/items/mbid-fa993151-51af-4acc-9504-f43baa391dfb/mbid-fa993151-51af-4acc-9504-f43baa391dfb-16272924816_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/5/items/mbid-fa993151-51af-4acc-9504-f43baa391dfb/mbid-fa993151-51af-4acc-9504-f43baa391dfb-16272924816_thumb250.jpg",
    "song": "Back Against the Wall",
    "track_id": "37ff60ba-d7ec-4611-a3f7-6798e94a6c11",
    "recording_id": "8b028e05-a274-472a-82a7-1b7ccd518284",
    "artist": "Son Volt",
    "artist_ids": [
        "ecbd1331-95b6-4a77-b739-b4bd8ef222a7"
    ],
    "album": "Notes of Blue",
    "release_id": "fa993151-51af-4acc-9504-f43baa391dfb",
    "release_group_id": "c924207c-0fdf-4be1-9623-c0f8fb342ee4",
    "labels": [
        "Thirty Tigers",
        "Transmit Sound"
    ],
    "label_ids": [
        "5ecd57fa-e156-453e-94c9-3c8f1832b3ec",
        "3c8ade82-b292-4016-b8fd-6f8b9bdf6927"
    ],
    "release_date": "2017-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"All the signs say pick up the pieces\nAll the signs say make a stand as one\nWhat survives the long cold winter\nWill be stronger and can’t be undone\"\n\nhttps://gloriousnoise.com/2017/new-son-volt-video-back-against-the-wall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}