Information about plays

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

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

{
    "id": 1360012,
    "uri": "https://api.kexp.org/v2/plays/1360012/?format=api",
    "airdate": "2008-04-09T05:28:45-07:00",
    "show": 23749,
    "show_uri": "https://api.kexp.org/v2/shows/23749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As A Sinner",
    "track_id": null,
    "recording_id": null,
    "artist": "Skate Death",
    "artist_ids": [
        "be92c205-b077-4373-be81-48ef0012f7b4"
    ],
    "album": "Trace The Lines",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Conduit Records"
    ],
    "label_ids": [
        "fc286a7f-f861-4efb-955f-f62969bf5bff"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}