Information about plays

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

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

{
    "id": 1369993,
    "uri": "https://api.kexp.org/v2/plays/1369993/?format=api",
    "airdate": "2008-05-04T12:16:32-07:00",
    "show": 23918,
    "show_uri": "https://api.kexp.org/v2/shows/23918/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come on Down",
    "track_id": "7543beb7-c698-4a71-8697-dfe1ed0303f4",
    "recording_id": null,
    "artist": "Jenny Scheinman",
    "artist_ids": [
        "4f00df15-64ee-4596-8afc-9f84812742f1"
    ],
    "album": "Jenny Scheinman",
    "release_id": "64e0a829-0329-421f-a1f2-3870acfdd46c",
    "release_group_id": null,
    "labels": [
        "Koch Records"
    ],
    "label_ids": [
        "b85f0764-3335-4109-b15e-ac294fe305b9"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}