Information about plays

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

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

{
    "id": 374382,
    "uri": "https://api.kexp.org/v2/plays/374382/?format=api",
    "airdate": "2019-08-30T07:33:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Be Loved",
    "track_id": "3e1a704a-556f-33f0-8fdc-321d22f2e97e",
    "recording_id": null,
    "artist": "Jackie Wilson",
    "artist_ids": [
        "f0bf4fa0-028e-452f-82d3-7d4375e105dd"
    ],
    "album": "To Be Loved / Come Back to Me",
    "release_id": "d28d7a68-6ed1-492d-8654-de108f90acdd",
    "release_group_id": null,
    "labels": [
        "Brunswick Records"
    ],
    "label_ids": [],
    "release_date": "1958-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a Rock Hall of Fame biography of the great Jackie Wilson::  https://www.rockhall.com/inductees/jackie-wilson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}