Information about plays

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

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

{
    "id": 351152,
    "uri": "https://api.kexp.org/v2/plays/351152/?format=api",
    "airdate": "2019-07-07T04:43:54-07:00",
    "show": 5851,
    "show_uri": "https://api.kexp.org/v2/shows/5851/?format=api",
    "image_uri": "http://coverartarchive.org/release/f146e68b-ab11-46bd-9869-2d6d023fbffe/23496163617-250.jpg",
    "thumbnail_uri": "",
    "song": "Floating",
    "track_id": "75a09064-71c1-4e5f-9d69-4082ca2933f1",
    "recording_id": null,
    "artist": "Raveena Aurora feat. Hope Tala",
    "artist_ids": [
        "01a7315f-4387-4226-8143-5fbdb7916f4d"
    ],
    "album": "Lucid",
    "release_id": "f146e68b-ab11-46bd-9869-2d6d023fbffe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}