Information about plays

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

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

{
    "id": 1195613,
    "uri": "https://api.kexp.org/v2/plays/1195613/?format=api",
    "airdate": "2007-02-11T13:05:33-08:00",
    "show": 20959,
    "show_uri": "https://api.kexp.org/v2/shows/20959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uR1j%2BZFlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uR1j%2BZFlL._SL75_.jpg",
    "song": "Big City Lights",
    "track_id": "93fffc58-3b30-45d0-a6d3-cda022712f83",
    "recording_id": null,
    "artist": "The Low Frequency in Stereo",
    "artist_ids": [
        "fd9ad80e-b0e3-46e0-ab43-4a8ec0db6f5a"
    ],
    "album": "The Last Temptation of...",
    "release_id": "00be476a-c912-4795-a55d-af9adc87d555",
    "release_group_id": null,
    "labels": [
        "Gigantic Music"
    ],
    "label_ids": [
        "ae168656-8b44-4cda-ad71-e6b3743148ef"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}