Information about plays

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

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

{
    "id": 353620,
    "uri": "https://api.kexp.org/v2/plays/353620/?format=api",
    "airdate": "2019-07-12T21:47:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She A Winner (feat. City Girls)",
    "track_id": null,
    "recording_id": null,
    "artist": "Trouble",
    "artist_ids": [
        "2a57e5ef-2e62-4827-b667-14da58e3a1f4"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Trouble & City Girls 'She A Winner' here: https://www.youtube.com/watch?v=nIbg9ZEjpyE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}