Information about plays

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

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

{
    "id": 450300,
    "uri": "https://api.kexp.org/v2/plays/450300/?format=api",
    "airdate": "2001-07-30T10:20:00-07:00",
    "show": 7616,
    "show_uri": "https://api.kexp.org/v2/shows/7616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619U37QJxdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619U37QJxdL._SL75_.jpg",
    "song": "Bloodstain",
    "track_id": "450c7fb4-f0fc-4a70-a36f-f24544f4344b",
    "recording_id": null,
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "Psyence Fiction",
    "release_id": "e0482b79-5c78-46ad-97e3-2f44a08e6c73",
    "release_group_id": null,
    "labels": [
        "london/mowax"
    ],
    "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"
}