Information about plays

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

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

{
    "id": 382058,
    "uri": "https://api.kexp.org/v2/plays/382058/?format=api",
    "airdate": "2019-09-17T16:04:23-07:00",
    "show": 6360,
    "show_uri": "https://api.kexp.org/v2/shows/6360/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Masterpiece",
    "track_id": "fa42ac3b-d8c3-436f-b1e4-f8862a204dce",
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "5",
    "release_id": "42306580-ccf0-4e50-917d-762fe5507701",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The incredibly elusive band Sault released their debut album 5 via independent record label Forever Living Originals. The record fuses African, soul, funk and post-punk vibes amongst other flavors. The band are set to go from strength to strength becoming one of the most prolific bands of 2020 with a barrage of material up their sleeves. https://www.roughtrade.com/gb/sault/5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}