Information about plays

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

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

{
    "id": 355614,
    "uri": "https://api.kexp.org/v2/plays/355614/?format=api",
    "airdate": "2019-07-17T14:01:14-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go to Hell",
    "track_id": "c1df0f4d-18ce-4aef-ae7f-78a2cb5584ab",
    "recording_id": null,
    "artist": "Empress Of",
    "artist_ids": [
        "91cd6a5a-e0db-4329-837e-9b6479d1ed2d"
    ],
    "album": "Go to Hell",
    "release_id": "82b7c34e-5134-4fea-aff5-75baa2d3e78b",
    "release_group_id": null,
    "labels": [
        "Terrible Records"
    ],
    "label_ids": [
        "09ec3fcc-17ae-464d-8cb7-d702565af959"
    ],
    "release_date": "2017-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lorely Rodriguez, known by her stage name Empress Of, is based out of Los Angeles. Lorely's stage name was inspired by a tarot card reading she did with a friend: \"The first card he pulled out was an Empress card and I was like, 'It's me, I am Empress.' [...] the Empress card is connected to fertility and mothering and strength. It's kind of nice to have those feelings.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}