Information about plays

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

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

{
    "id": 501093,
    "uri": "https://api.kexp.org/v2/plays/501093/?format=api",
    "airdate": "2001-12-27T20:05:00-08:00",
    "show": 8604,
    "show_uri": "https://api.kexp.org/v2/shows/8604/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Nkwo8yDdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Nkwo8yDdL._SL75_.jpg",
    "song": "Please Don't Leave Me Lonely",
    "track_id": "525d0e9d-7940-4af6-9c4a-a8ac608140c4",
    "recording_id": null,
    "artist": "Kelly Hogan",
    "artist_ids": [
        "501f3068-9791-4b67-b36c-a37899905b5a"
    ],
    "album": "Because It Feel Good",
    "release_id": "401884b9-ca3f-49ae-8dfa-85e22ab598ba",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}