Information about plays

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

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

{
    "id": 357624,
    "uri": "https://api.kexp.org/v2/plays/357624/?format=api",
    "airdate": "2019-07-22T11:39:13-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life’s Too Short",
    "track_id": "da1cccfc-37ee-4fa1-b991-4be6193457dd",
    "recording_id": null,
    "artist": "Sacred Paws",
    "artist_ids": [
        "3fcf427b-71b5-49fd-8178-75bb9c4d0505"
    ],
    "album": "Run Around the Sun",
    "release_id": "9bc22936-4ad3-4985-a3e1-784d54200b80",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From KEXP's New Music Reviews: \"The second album from the Glasgow-based duo of guitarist/vocalist Rachel Aggs (Shopping, Trash Kit) and drummer Eilidh Rodgers is a strong set of well-crafted indie-pop with jangly, African-influenced guitars, energetic, idiosyncratic rhythms, occasional horns and buoyant melodies juxtaposed with often-dark lyrics of anxiety, isolation and regret\": https://bit.ly/2O9rmpK.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}