Information about plays

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

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

{
    "id": 351007,
    "uri": "https://api.kexp.org/v2/plays/351007/?format=api",
    "airdate": "2019-07-06T21:21:28-07:00",
    "show": 5847,
    "show_uri": "https://api.kexp.org/v2/shows/5847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Someone's Gonna Get Their Head Kicked In",
    "track_id": "e2fa5d5c-b429-4bb7-92ca-5425c033fd5a",
    "recording_id": null,
    "artist": "The Rezillos",
    "artist_ids": [
        "e9a64ec8-afc6-4aff-aa1f-34fdd3448b7d"
    ],
    "album": "Can't Stand the Rezillos",
    "release_id": "9ade437a-7fc5-478e-880e-cc3797928860",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In November 2012 the Rezillos undertook their first ever full length tour of North America. http://www.rezillos.rocks/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}