Information about plays

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

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

{
    "id": 3413137,
    "uri": "https://api.kexp.org/v2/plays/3413137/?format=api",
    "airdate": "2024-10-15T22:36:01-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That’s the Way Love Goes",
    "track_id": null,
    "recording_id": "cf6c4727-4e36-4b77-96e0-67f17a1a3d6c",
    "artist": "Janet",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "90s R&B",
    "release_id": null,
    "release_group_id": "a8791d57-5531-4535-b2cf-76a530cb33a9",
    "labels": [
        "Universal Music Enterprises"
    ],
    "label_ids": [
        "44a2ce56-48ca-4ac1-9c8e-7b7eb39a1255"
    ],
    "release_date": "2017-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"That's the Way Love Goes\" uses samples of James Brown's 1974 song \"Papa Don't Take No Mess\" as well as drums from The Honey Drippers' 1973 record \"Impeach the President.\" http://www.janetjackson.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}