Information about plays

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

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

{
    "id": 351588,
    "uri": "https://api.kexp.org/v2/plays/351588/?format=api",
    "airdate": "2019-07-08T06:10:13-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/931210c6-c0b3-3e58-a439-7a3f52a2b887/16215023515-250.jpg",
    "thumbnail_uri": "",
    "song": "Make It Till Monday",
    "track_id": "00053516-cfeb-3e0a-85f6-be95f278ff36",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "A Storm in Heaven",
    "release_id": "931210c6-c0b3-3e58-a439-7a3f52a2b887",
    "release_group_id": null,
    "labels": [
        "Vernon Yard Recordings"
    ],
    "label_ids": [
        "46ba88df-c100-4ce9-a10b-58d7dc0af35c"
    ],
    "release_date": "1993-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a very thin Richard Ashcroft and his mates playing this song live in Glastonbury in 1993:  https://www.youtube.com/watch?v=smTjqBoacx0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}