Information about plays

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

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

{
    "id": 349488,
    "uri": "https://api.kexp.org/v2/plays/349488/?format=api",
    "airdate": "2019-07-03T07:27:06-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fight Test",
    "track_id": "98875e3a-4b97-3135-b5e7-97f4148b9fdf",
    "recording_id": null,
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Yoshimi Battles the Pink Robots",
    "release_id": "e4b614df-b855-49eb-b4e4-28f1c361ffe8",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"And I don't know how a man decides what right for his\nOwn life, it's all a mystery...\" - Here's the official video https://www.youtube.com/watch?v=fye1XtXQn9s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}