Information about plays

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

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

{
    "id": 3420794,
    "uri": "https://api.kexp.org/v2/plays/3420794/?format=api",
    "airdate": "2024-11-03T05:35:27-08:00",
    "show": 61750,
    "show_uri": "https://api.kexp.org/v2/shows/61750/?format=api",
    "image_uri": "https://ia800100.us.archive.org/11/items/mbid-c6e9ab02-6b6e-4851-99e1-5e72b5bee1e3/mbid-c6e9ab02-6b6e-4851-99e1-5e72b5bee1e3-36304183370_thumb500.jpg",
    "thumbnail_uri": "https://ia600100.us.archive.org/11/items/mbid-c6e9ab02-6b6e-4851-99e1-5e72b5bee1e3/mbid-c6e9ab02-6b6e-4851-99e1-5e72b5bee1e3-36304183370_thumb250.jpg",
    "song": "Elevator Operator",
    "track_id": "ef8c4422-59dc-4367-a200-28f08508a295",
    "recording_id": "5be82111-9f29-461e-8191-dbb733d0b252",
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "Sometimes I Sit and Think, and Sometimes I Just Sit",
    "release_id": "c6e9ab02-6b6e-4851-99e1-5e72b5bee1e3",
    "release_group_id": "136815ec-7b75-4477-9f35-8e6adb926700",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2015-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Courtney Barnett!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}