Information about plays

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

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

{
    "id": 350833,
    "uri": "https://api.kexp.org/v2/plays/350833/?format=api",
    "airdate": "2019-07-06T11:24:37-07:00",
    "show": 5843,
    "show_uri": "https://api.kexp.org/v2/shows/5843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Second Chance",
    "track_id": null,
    "recording_id": null,
    "artist": "Lila Ike",
    "artist_ids": [
        "c702fd8c-b9df-48e9-b100-6976aa2e3a88"
    ],
    "album": "Second Chance",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EMPIRE"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second Chance is Lila Iké's third official single, on behalf of In Digg Nation Collective / Delicious Vinyl Island, LLC, and 3 Music Rights Societies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}