Information about plays

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

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

{
    "id": 348950,
    "uri": "https://api.kexp.org/v2/plays/348950/?format=api",
    "airdate": "2019-07-02T07:35:00-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tom’s Diner",
    "track_id": "21b1e810-445d-442c-916d-36301faae4eb",
    "recording_id": null,
    "artist": "Suzanne Vega",
    "artist_ids": [
        "cf119120-7df5-47d7-9dec-49f8837a4e40"
    ],
    "album": "Close-Up Series",
    "release_id": "f86c0875-fe21-4f57-bd1c-8261f4f082e3",
    "release_group_id": null,
    "labels": [
        "Amanuensis Productions"
    ],
    "label_ids": [
        "df93b944-4cc7-4530-88be-ab0925f1c321"
    ],
    "release_date": "2014-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DNA REMIX!!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}