Information about plays

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

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

{
    "id": 373104,
    "uri": "https://api.kexp.org/v2/plays/373104/?format=api",
    "airdate": "2019-08-27T17:25:01-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/eb3a43ff-34cf-4c17-9be6-9ffa06e7ac40/15168124998-250.jpg",
    "thumbnail_uri": "",
    "song": "We the People....",
    "track_id": "07b4a850-af94-473d-ad91-48041ecd1c84",
    "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": "Our next featured mixtape is from Hope, who created a playlist of political anthems called 'We the people need to vote...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}