Information about plays

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

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

{
    "id": 375534,
    "uri": "https://api.kexp.org/v2/plays/375534/?format=api",
    "airdate": "2019-09-02T07:50:00-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Gotta Get Out of This Place",
    "track_id": "7495e3d2-e327-3b0e-88da-713910e49c4e",
    "recording_id": null,
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "Absolute Animals 1964–1968",
    "release_id": "5e0b22c5-af7a-49cf-9283-4db85049851d",
    "release_group_id": null,
    "labels": [
        "Raven Records"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally on <i>Animal Tracks</i> released in September 1965. http://www.theanimalswebsite.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}