Information about plays

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

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

{
    "id": 380513,
    "uri": "https://api.kexp.org/v2/plays/380513/?format=api",
    "airdate": "2019-09-13T19:37:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Under a Bad Sign",
    "track_id": "e7478b13-8fb8-364e-959a-fbda46366919",
    "recording_id": null,
    "artist": "Albert King",
    "artist_ids": [
        "10f89195-3af1-46f5-aa36-504aa3309f5a"
    ],
    "album": "Wednesday Night in San Francisco",
    "release_id": "dd1d7bb9-88fa-44bb-8527-0c141f9771a3",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [],
    "release_date": "2001-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Set about luck for Friday the 13th. Thanks for your suggestions! This song by multiple request! On vinyl!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}