Information about plays

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

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

{
    "id": 343420,
    "uri": "https://api.kexp.org/v2/plays/343420/?format=api",
    "airdate": "2019-06-19T10:52:00-07:00",
    "show": 5725,
    "show_uri": "https://api.kexp.org/v2/shows/5725/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Get Weary",
    "track_id": "21178868-2de7-3ac9-9ff5-960f2004c7f2",
    "recording_id": null,
    "artist": "Toots",
    "artist_ids": [
        "99d29b2d-53c5-4d74-8158-c687074e03e4"
    ],
    "album": "Time Tough: The Anthology",
    "release_id": "09a23497-82c4-4df4-a44c-d9bc5a731502",
    "release_group_id": null,
    "labels": [
        "Island Jamaica"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toots & The Maytals perform at Benaroya Hall on Thu, Aug 1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}