Information about plays

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

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

{
    "id": 514006,
    "uri": "https://api.kexp.org/v2/plays/514006/?format=api",
    "airdate": "2002-02-03T23:58:00-08:00",
    "show": 8863,
    "show_uri": "https://api.kexp.org/v2/shows/8863/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qEm7W3oTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qEm7W3oTL._SL75_.jpg",
    "song": "Fever",
    "track_id": "00926de0-685d-4837-bfb8-19ca65ac0343",
    "recording_id": null,
    "artist": "Howard Johnson & Gravity",
    "artist_ids": [
        "c29f198a-0b32-42ae-8135-6d18fa9b1c8b"
    ],
    "album": "Right Now!",
    "release_id": "4f45d9e3-86b9-435e-a55f-523a570dcf84",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}