Information about plays

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

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

{
    "id": 1221993,
    "uri": "https://api.kexp.org/v2/plays/1221993/?format=api",
    "airdate": "2007-04-21T09:05:16-07:00",
    "show": 21411,
    "show_uri": "https://api.kexp.org/v2/shows/21411/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ij8PRd0nL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ij8PRd0nL._SL75_.jpg",
    "song": "Red Gold and Green",
    "track_id": "b0e3f092-2970-425b-8e23-485c536ad412",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Marcus Garvey",
    "release_id": "ae1554b4-dab8-4b16-83ec-4400c7e1a344",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}