Information about plays

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

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

{
    "id": 481419,
    "uri": "https://api.kexp.org/v2/plays/481419/?format=api",
    "airdate": "2001-10-29T12:08:34-08:00",
    "show": 8219,
    "show_uri": "https://api.kexp.org/v2/shows/8219/?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": "Tempest",
    "track_id": "1dd6342f-a850-44bf-ac4b-af7e9a0a9529",
    "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"
}