Information about plays

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

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

{
    "id": 356668,
    "uri": "https://api.kexp.org/v2/plays/356668/?format=api",
    "airdate": "2019-07-19T23:42:00-07:00",
    "show": 5941,
    "show_uri": "https://api.kexp.org/v2/shows/5941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Late Night Tip",
    "track_id": "923d7646-c27b-3002-ae84-ed7cb1199ef4",
    "recording_id": null,
    "artist": "Three 6 Mafia",
    "artist_ids": [],
    "album": "The End",
    "release_id": "7fc670e8-d3c6-4e99-9b6d-b4abb0b86ab5",
    "release_group_id": null,
    "labels": [
        "Prophet Entertainment"
    ],
    "label_ids": [
        "a801da1d-250d-47c3-962a-3eaae3060630"
    ],
    "release_date": "1997-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}