Information about plays

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

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

{
    "id": 353565,
    "uri": "https://api.kexp.org/v2/plays/353565/?format=api",
    "airdate": "2019-07-12T18:20:00-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Be Around",
    "track_id": "a3528ffb-c322-3159-9ab2-e95831bfb677",
    "recording_id": null,
    "artist": "The Spinners",
    "artist_ids": [
        "fd2b6371-5b61-4068-8baa-9c333c97dfd7"
    ],
    "album": "I'll Be Around",
    "release_id": "e15b4711-3f61-4389-af62-17ecbe29cd37",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.wsj.com/articles/the-story-behind-ill-be-around-1497783606",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}