Information about plays

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

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

{
    "id": 2679933,
    "uri": "https://api.kexp.org/v2/plays/2679933/?format=api",
    "airdate": "2019-12-30T11:24:35-08:00",
    "show": 46258,
    "show_uri": "https://api.kexp.org/v2/shows/46258/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0d89fad-4e1b-48bf-b2b4-fba5b44d5cf2/24629776443-250.jpg",
    "thumbnail_uri": "",
    "song": "Ice Cream Party",
    "track_id": "5d5cfea1-08a2-4ad3-9026-ef55c16aeedb",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Ice Cream Party",
    "release_id": "b0d89fad-4e1b-48bf-b2b4-fba5b44d5cf2",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}