Information about plays

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

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

{
    "id": 440447,
    "uri": "https://api.kexp.org/v2/plays/440447/?format=api",
    "airdate": "2001-07-01T13:09:28-07:00",
    "show": 7429,
    "show_uri": "https://api.kexp.org/v2/shows/7429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sRyLE0j-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sRyLE0j-L._SL75_.jpg",
    "song": "Song to the Siren",
    "track_id": null,
    "recording_id": null,
    "artist": "This Mortal Coil",
    "artist_ids": [
        "60ef8ddb-7676-4056-a357-9a8c228d03a6"
    ],
    "album": "It'll End in Tears",
    "release_id": "cd6e9f5e-1c0a-4adc-b640-7d2d855a6091",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1984-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}