Information about plays

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

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

{
    "id": 1196396,
    "uri": "https://api.kexp.org/v2/plays/1196396/?format=api",
    "airdate": "2007-02-13T13:11:13-08:00",
    "show": 20972,
    "show_uri": "https://api.kexp.org/v2/shows/20972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oIoQcHKBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oIoQcHKBL._SL75_.jpg",
    "song": "Hotel Song",
    "track_id": "014948fc-07e7-4337-83dd-4c66b93143a0",
    "recording_id": null,
    "artist": "Regina Spektor",
    "artist_ids": [
        "fbb375f9-48bb-4635-824e-4120273b3ba7"
    ],
    "album": "Begin to Hope",
    "release_id": "e9db3c79-b682-42ab-9e4c-24b43f75859b",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2006-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}