Information about plays

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

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

{
    "id": 430358,
    "uri": "https://api.kexp.org/v2/plays/430358/?format=api",
    "airdate": "2001-06-01T16:15:00-07:00",
    "show": 7233,
    "show_uri": "https://api.kexp.org/v2/shows/7233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lolita Ya-Ya",
    "track_id": "1a75d87d-040b-48f2-8af7-11492e290aab",
    "recording_id": null,
    "artist": "Kim",
    "artist_ids": [
        "4a20014c-3b1b-462e-b05b-ba452c794b95"
    ],
    "album": "Songs for the Jet Set",
    "release_id": "c5fdcb73-1f8b-4cba-aa10-c01ae620b9b0",
    "release_group_id": null,
    "labels": [
        "Jetset"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}