Information about plays

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

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

{
    "id": 1257642,
    "uri": "https://api.kexp.org/v2/plays/1257642/?format=api",
    "airdate": "2007-07-22T04:34:20-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TBFG2PXGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TBFG2PXGL._SL75_.jpg",
    "song": "UFO Romantics",
    "track_id": "8beaf8a2-deb0-4c05-ab98-487b16995d06",
    "recording_id": null,
    "artist": "Guitar Wolf",
    "artist_ids": [
        "060e47de-6ce8-4954-808a-689ac685c28d"
    ],
    "album": "UFO Romantics",
    "release_id": "5e99c260-410a-41c7-a03a-5963b5945a12",
    "release_group_id": null,
    "labels": [
        "Narnack Records"
    ],
    "label_ids": [
        "7468130a-5a6d-4321-9c7f-9f2b3a393f03"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}