Information about plays

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

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

{
    "id": 370348,
    "uri": "https://api.kexp.org/v2/plays/370348/?format=api",
    "airdate": "2019-08-21T10:46:26-07:00",
    "show": 6172,
    "show_uri": "https://api.kexp.org/v2/shows/6172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream the Way I Do",
    "track_id": "087222f2-9282-4185-8d5c-d7a85163f03d",
    "recording_id": null,
    "artist": "Señor Fin",
    "artist_ids": [
        "2456fe95-fac4-440c-827a-0a30c18feb58"
    ],
    "album": "Hardly Alone",
    "release_id": "8f98aec6-2837-44c6-a55b-3b83c2bfa113",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Señor Fin will be in Seattle on Sunday, September 8th at The Sunset Tavern! https://bit.ly/2zeCQOE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}