Information about plays

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

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

{
    "id": 347835,
    "uri": "https://api.kexp.org/v2/plays/347835/?format=api",
    "airdate": "2019-06-29T12:50:07-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Be Your Girlfriend",
    "track_id": "108bbba6-c550-412d-9c60-4e4265933015",
    "recording_id": null,
    "artist": "girl in red",
    "artist_ids": [
        "4ae429fe-735c-4968-8253-a591421b1bd0"
    ],
    "album": "Chapter 1",
    "release_id": "7c65ced9-4c7c-472c-b8b4-0bf4b63b0764",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener Request! Happy Pride! Take care of each other and be kind to one another!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}