Information about plays

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

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

{
    "id": 356909,
    "uri": "https://api.kexp.org/v2/plays/356909/?format=api",
    "airdate": "2019-07-20T15:33:00-07:00",
    "show": 5947,
    "show_uri": "https://api.kexp.org/v2/shows/5947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Medicine",
    "track_id": "ab045ae8-61ba-40f5-ad5f-996b04384e08",
    "recording_id": null,
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Jupiter",
    "release_id": "75f28252-0d8e-4bb2-b2c4-ce530d64889f",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [],
    "release_date": "2013-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "STRFKR will be performing TOMORROW at Capitol Hill Block Party on the main stage at 6:30pm and we will be interviewing them LIVE on air from Retrofit Home at 4pm!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}