Information about plays

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

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

{
    "id": 370203,
    "uri": "https://api.kexp.org/v2/plays/370203/?format=api",
    "airdate": "2019-08-21T01:37:33-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friday Night Lights",
    "track_id": "66c5a5cc-c24b-46ff-8524-4043c9fbc1b5",
    "recording_id": null,
    "artist": "Jody Glenham",
    "artist_ids": [
        "f38e3080-384b-43e6-a832-dc96b3839198"
    ],
    "album": "Friday Night Lights",
    "release_id": "de041438-67c2-4364-b595-d6886845a923",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "‘War on This World’ was the first single off of her new record, ‘Mood Rock’, set for release in early 2020. This past Friday, Glenham returned with this gem, Friday Night Lights.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}