Information about plays

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

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

{
    "id": 378714,
    "uri": "https://api.kexp.org/v2/plays/378714/?format=api",
    "airdate": "2019-09-09T11:30:28-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U Already Know",
    "track_id": "0692d38d-1d32-403e-91ad-5c00d809888e",
    "recording_id": null,
    "artist": "Girls of the Internet",
    "artist_ids": [
        "11c3823e-91d0-4c68-8051-9cd55728ad8b"
    ],
    "album": "SYRUP",
    "release_id": "50bfa0e1-c481-46d4-b5d4-2721dc4e7968",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Capturing the bands live nature, chunky bass, crunched up percussion, thumping kicks and resonating chords blend with elasticated synths and tactile sounds that spring through the brain. As potent storming the clubs, as it will be taking over the radio waves.\" You can read more about Girls Of The Internet here: https://bit.ly/2lMURjh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}