Information about plays

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

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

{
    "id": 1284968,
    "uri": "https://api.kexp.org/v2/plays/1284968/?format=api",
    "airdate": "2007-09-29T12:04:04-07:00",
    "show": 22483,
    "show_uri": "https://api.kexp.org/v2/shows/22483/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hit Me With Your Rhythm Stick",
    "track_id": "71a5a29c-647f-4b76-a39f-720b88aa7e8e",
    "recording_id": null,
    "artist": "Ian Dury and The Blockheads",
    "artist_ids": [
        "d4675794-9ad3-48eb-bcd4-b98be183b396"
    ],
    "album": "Sex & Drugs & Rock'n'Roll: Best",
    "release_id": "49439e5c-d066-4bb4-b72a-6d60c5b0662b",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}