Information about plays

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

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

{
    "id": 350453,
    "uri": "https://api.kexp.org/v2/plays/350453/?format=api",
    "airdate": "2019-07-05T12:56:07-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8b51929-51e3-3711-ba15-971aee65b208/6279420184-250.jpg",
    "thumbnail_uri": "",
    "song": "July, July!",
    "track_id": "0570f5e3-7ca6-4288-8cb9-7b70968b1fb0",
    "recording_id": null,
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "Castaways and Cutouts",
    "release_id": "d8b51929-51e3-3711-ba15-971aee65b208",
    "release_group_id": null,
    "labels": [
        "Hush Records"
    ],
    "label_ids": [
        "9461d8f3-fde8-43e3-835b-84bd1aece63a"
    ],
    "release_date": "2002-05-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}