Information about plays

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

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

{
    "id": 2681330,
    "uri": "https://api.kexp.org/v2/plays/2681330/?format=api",
    "airdate": "2020-01-02T19:19:00-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey, Good Lookin’",
    "track_id": "e9a94bb4-71ed-35ff-bc44-dd3e14e3fdb9",
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "40 Greatest Hits",
    "release_id": "5b5f1493-20a7-41be-86b3-0b2ff87bfd37",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}