Information about plays

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

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

{
    "id": 348840,
    "uri": "https://api.kexp.org/v2/plays/348840/?format=api",
    "airdate": "2019-07-02T00:55:12-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "http://coverartarchive.org/release/eb3a43ff-34cf-4c17-9be6-9ffa06e7ac40/15168124998-250.jpg",
    "thumbnail_uri": "",
    "song": "The Space Program",
    "track_id": "a96d0cfa-4c7b-4ce2-ba97-67090735d68d",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "We Got It from Here... Thank You 4 Your Service",
    "release_id": "eb3a43ff-34cf-4c17-9be6-9ffa06e7ac40",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2016-11-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}