Information about plays

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

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

{
    "id": 2681731,
    "uri": "https://api.kexp.org/v2/plays/2681731/?format=api",
    "airdate": "2020-01-03T19:53:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy Little Thing Called Love",
    "track_id": "c05cdd74-d84c-4913-bbe3-1c4b2d9e65e6",
    "recording_id": null,
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "Absolute Greatest",
    "release_id": "6b699fb6-2cca-4a69-874e-42883ced21e8",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2009-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight on Daft Punk for Thomas Bangalter's birthday! Now - three artists that Daft Punk sampled. Ginuwine, the Bar-Kays and Queen!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}