Information about plays

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

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

{
    "id": 515037,
    "uri": "https://api.kexp.org/v2/plays/515037/?format=api",
    "airdate": "2002-02-06T20:26:00-08:00",
    "show": 8880,
    "show_uri": "https://api.kexp.org/v2/shows/8880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QQJ2JE5XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QQJ2JE5XL._SL75_.jpg",
    "song": "On a Night Like This",
    "track_id": "14b99697-61d5-4791-abe4-ef58545676ef",
    "recording_id": null,
    "artist": "Buckwheat Zydeco",
    "artist_ids": [
        "ca2b920b-702a-4c4a-9e22-a07e052b4fd8"
    ],
    "album": "On a Night Like This",
    "release_id": "0e8e36e1-3944-482e-8a0e-2192bb24ddce",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}