Information about plays

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

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

{
    "id": 344690,
    "uri": "https://api.kexp.org/v2/plays/344690/?format=api",
    "airdate": "2019-06-22T11:15:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Alive",
    "track_id": null,
    "recording_id": null,
    "artist": "Beres Hammond",
    "artist_ids": [
        "a769ffc3-f436-4c7a-9c5c-72b049f5e4d2"
    ],
    "album": "Never Ending",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beres Hammond is one of the most legendary names in reggae music history.  Watch the king of lovers rock single video “I’m Alive” it tells the story of Beres Hammond’s childhood from when he first fell in love with music before going on to be one of the most recognized voices in Jamaican music history. https://www.youtube.com/watch?v=grPk5GfDBVc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}