Information about plays

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

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

{
    "id": 2681484,
    "uri": "https://api.kexp.org/v2/plays/2681484/?format=api",
    "airdate": "2020-01-03T03:38:36-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirty Cartoons",
    "track_id": "5aca14a3-6d9b-319c-b173-9f0a04c02951",
    "recording_id": null,
    "artist": "Menomena",
    "artist_ids": [
        "ad386705-fb8c-40ec-94d7-e690e079e979"
    ],
    "album": "Mines",
    "release_id": "642801c7-52f7-4f95-92c8-9da13e69f7de",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2010-07-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}