Information about plays

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

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

{
    "id": 1274775,
    "uri": "https://api.kexp.org/v2/plays/1274775/?format=api",
    "airdate": "2007-09-03T13:55:00-07:00",
    "show": 22314,
    "show_uri": "https://api.kexp.org/v2/shows/22314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Your Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Skip The Use",
    "artist_ids": [
        "1c346a43-0fba-4702-bc1b-c198f07e3da4"
    ],
    "album": "Skip The Use",
    "release_id": "07e27a49-a185-4fbb-ae1f-be29bae74e00",
    "release_group_id": null,
    "labels": [
        "BMI"
    ],
    "label_ids": [
        "22f4b0bd-2af8-4cd8-a120-7821812db147"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}