Information about plays

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

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

{
    "id": 348623,
    "uri": "https://api.kexp.org/v2/plays/348623/?format=api",
    "airdate": "2019-07-01T12:24:00-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blow at High Dough",
    "track_id": "9a9db425-1672-3034-9ce0-b2a2046d99e4",
    "recording_id": null,
    "artist": "The Tragically Hip",
    "artist_ids": [
        "e86ab653-bec8-46f3-b4b6-a1a866919ef6"
    ],
    "album": "Yer Favourites",
    "release_id": "a178f6cf-02d4-49d9-af24-39acd79f92a6",
    "release_group_id": null,
    "labels": [
        "Universal Music Canada"
    ],
    "label_ids": [],
    "release_date": "2005-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Kingston, ON. Founder and frontman Gord Downie passed away in October, 2017. Read more about this great loss in the Canadian, music and human community: https://www.kexp.org/read/2017/10/18/wednesday-music-news-284/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}