Information about plays

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

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

{
    "id": 345876,
    "uri": "https://api.kexp.org/v2/plays/345876/?format=api",
    "airdate": "2019-06-25T08:09:24-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scorpion Hill",
    "track_id": "71ee7f0e-e562-44ca-abd6-00bed065bb2f",
    "recording_id": null,
    "artist": "PUP",
    "artist_ids": [
        "3165f5e0-44ff-446a-81d7-c09ec69661ae"
    ],
    "album": "Morbid Stuff",
    "release_id": "43a88b1e-049e-445b-9a18-b436613e2d46",
    "release_group_id": null,
    "labels": [
        "Rise Records"
    ],
    "label_ids": [
        "57f4e6ff-51f9-430f-bae6-df7cbefecbf9"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "PUP are playing at The Showbox tonight.  Looks like there are still some tickets available:  https://bit.ly/2LhPvaK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}