Information about plays

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

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

{
    "id": 357550,
    "uri": "https://api.kexp.org/v2/plays/357550/?format=api",
    "airdate": "2019-07-22T07:34:24-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smile",
    "track_id": "3356ec72-be88-3522-8887-dacc92cae4fd",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Smile",
    "release_id": "79073125-5447-4154-9403-c8dab5e765c5",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2000-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch The Jayhawks perform this song live from Minneapolis in 2016:  https://www.youtube.com/watch?v=86YdFZ_tiqo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}