Information about plays

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

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

{
    "id": 449643,
    "uri": "https://api.kexp.org/v2/plays/449643/?format=api",
    "airdate": "2001-07-28T02:10:00-07:00",
    "show": 7600,
    "show_uri": "https://api.kexp.org/v2/shows/7600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61aaaM%2BTgzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61aaaM%2BTgzL._SL75_.jpg",
    "song": "Lazer Sheep Dip Funk",
    "track_id": "dfd2e52c-6c09-422e-a722-2c684f08ed84",
    "recording_id": null,
    "artist": "Lo Fidelity Allstars",
    "artist_ids": [
        "d5c437bc-59be-4e43-9fa6-928fc2e9961b"
    ],
    "album": "How to Operate With a Blown Mind",
    "release_id": "d923a1b3-e1ad-48d3-b308-14bb9285db13",
    "release_group_id": null,
    "labels": [
        "Skint Records"
    ],
    "label_ids": [
        "6445787b-52aa-4d52-a0f9-20ca3136b4cd"
    ],
    "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"
}