Information about plays

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

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

{
    "id": 506568,
    "uri": "https://api.kexp.org/v2/plays/506568/?format=api",
    "airdate": "2002-01-13T10:26:00-08:00",
    "show": 8717,
    "show_uri": "https://api.kexp.org/v2/shows/8717/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jeKSmAw0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jeKSmAw0L._SL75_.jpg",
    "song": "Dust My Broom",
    "track_id": "a64eae1f-c008-4e9f-9931-8eaaec8902f3",
    "recording_id": null,
    "artist": "Elmore James",
    "artist_ids": [
        "6fbd2cfb-5f9c-497c-8e06-3c6668367681"
    ],
    "album": "The Sky Is Crying - The History of Elmore James",
    "release_id": "ef8c90ec-2a07-46fd-b8e6-794dabdebae1",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}