Information about plays

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

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

{
    "id": 356803,
    "uri": "https://api.kexp.org/v2/plays/356803/?format=api",
    "airdate": "2019-07-20T09:07:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midnight Ravers",
    "track_id": "220a544f-c961-41a9-bb9b-b552afe4ed88",
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Catch a Fire",
    "release_id": "111b07d0-87db-4baf-aa8f-686224367fe7",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [],
    "release_date": "2001-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch a Fire is the fifth studio album by the reggae band The Wailers, released in April 1973. It was their first album released by Island Records. Catch a Fire had a positive critical reception. Village Voice critic Robert Christgau said \"half these songs are worthy of St. John the Divine\", and \"Barrett brothers' bass and drums save those that aren't from limbo\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}