Information about plays

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

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

{
    "id": 1310897,
    "uri": "https://api.kexp.org/v2/plays/1310897/?format=api",
    "airdate": "2007-12-06T09:01:17-08:00",
    "show": 22928,
    "show_uri": "https://api.kexp.org/v2/shows/22928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MPKNxwKoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MPKNxwKoL._SL75_.jpg",
    "song": "John Brown",
    "track_id": null,
    "recording_id": null,
    "artist": "Papercuts",
    "artist_ids": [
        "adb685b2-9fb5-4e25-921c-d16c3d1a7fe0"
    ],
    "album": "Can't Go Back",
    "release_id": "70e50e1b-cfaa-43e4-9424-8ddc03ac4624",
    "release_group_id": null,
    "labels": [
        "Gnomonsong"
    ],
    "label_ids": [
        "fc09e4ea-eff7-421a-84fc-ff6a8bfa9eb1"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}