Information about plays

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

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

{
    "id": 423644,
    "uri": "https://api.kexp.org/v2/plays/423644/?format=api",
    "airdate": "2001-05-12T01:18:00-07:00",
    "show": 7100,
    "show_uri": "https://api.kexp.org/v2/shows/7100/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4125VS892YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4125VS892YL._SL75_.jpg",
    "song": "The Human Game",
    "track_id": "549b29d8-2b25-4e1c-bd15-aad84a71a9bb",
    "recording_id": null,
    "artist": "Lisa Gerrard & Pieter Bourke",
    "artist_ids": [
        "76fb1364-d689-4d54-8cd1-c13a3c658b10"
    ],
    "album": "Duality",
    "release_id": "55f4c3aa-dca1-4352-b70b-af6d7d977032",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}