Information about plays

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

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

{
    "id": 1295470,
    "uri": "https://api.kexp.org/v2/plays/1295470/?format=api",
    "airdate": "2007-10-26T13:01:57-07:00",
    "show": 22660,
    "show_uri": "https://api.kexp.org/v2/shows/22660/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KPKK4MYPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KPKK4MYPL._SL75_.jpg",
    "song": "We Ate Sand (how ce ce how)",
    "track_id": null,
    "recording_id": null,
    "artist": "Karp",
    "artist_ids": [
        "50f50c49-6cca-45b7-8717-0af54a6ad469"
    ],
    "album": "Self Titled LP",
    "release_id": "c520a54f-7f9e-4a07-8aa6-1465743f8ee3",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1997-05-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}