Information about plays

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

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

{
    "id": 428559,
    "uri": "https://api.kexp.org/v2/plays/428559/?format=api",
    "airdate": "2001-05-27T09:26:15-07:00",
    "show": 7200,
    "show_uri": "https://api.kexp.org/v2/shows/7200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leaving Here Walking",
    "track_id": "dd24fca8-ffd4-4689-b48e-62859a4af247",
    "recording_id": null,
    "artist": "Jimmy Burns",
    "artist_ids": [
        "be404497-eaee-420b-ba4b-6331bf6056cd"
    ],
    "album": "Leaving Here Walking",
    "release_id": "f03f3ed2-f279-4c04-ada0-1924666283a0",
    "release_group_id": null,
    "labels": [
        "Delmark"
    ],
    "label_ids": [
        "342dfc5a-eab6-46eb-81ad-08ec6faa84c6"
    ],
    "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"
}