Information about plays

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

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

{
    "id": 356880,
    "uri": "https://api.kexp.org/v2/plays/356880/?format=api",
    "airdate": "2019-07-20T13:42:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelly Finnigan",
    "artist_ids": [
        "868bf8f7-f63a-4791-9fba-c439071ab491"
    ],
    "album": "The Tales People Tell",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kelly Finnigan's debut solo album for Colemine Records, The Tales People Tell, represents the culmination of his 15 years of experience of love sought, found, lost and rediscovered. Be sure to tune in next Saturday, June 27th, at 1pm to hear DJ Morgan airing the live session from Kelly Finnigan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}