Information about plays

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

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

{
    "id": 500883,
    "uri": "https://api.kexp.org/v2/plays/500883/?format=api",
    "airdate": "2001-12-27T04:30:00-08:00",
    "show": 8600,
    "show_uri": "https://api.kexp.org/v2/shows/8600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KKYMQM01L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KKYMQM01L._SL75_.jpg",
    "song": "You and Me",
    "track_id": "6c71e5a5-2cc1-4e4e-aa2b-a00bdae78bd8",
    "recording_id": null,
    "artist": "Denison Witmer",
    "artist_ids": [
        "4cfe744b-fcfc-4d05-8627-d0f4f3969163"
    ],
    "album": "Of Joy & Sorrow",
    "release_id": "e4793f39-b222-4ee8-9177-6d3eeeaa11e2",
    "release_group_id": null,
    "labels": [
        "Burnt Toast Vinyl"
    ],
    "label_ids": [
        "1c65277b-65e7-40f6-8762-a3e2c156007f"
    ],
    "release_date": "2001-09-25",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}