Information about plays

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

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

{
    "id": 375086,
    "uri": "https://api.kexp.org/v2/plays/375086/?format=api",
    "airdate": "2019-09-01T03:54:27-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Light",
    "track_id": "1cf6189d-50dd-4a6d-8914-d7c210b589ce",
    "recording_id": null,
    "artist": "Tei Shi",
    "artist_ids": [
        "921f2966-dfe6-4101-95fc-c8233d76f59f"
    ],
    "album": "Red Light",
    "release_id": "e08023b2-6722-4f07-9989-5bc8f8db47f4",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2019-07-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tei Shi says this about her new song: \"'Red Light' is about a few different relationships in my past – some romantic, some in the work space – that made me feel helpless and powerless. I spent a lot of time in dynamics with close people in my life who didn’t encourage or empower me but thrived in making me feel small. The song is about learning from these dynamics, earning more respect for myself and knowing better in the future.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}