Information about plays

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

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

{
    "id": 1391558,
    "uri": "https://api.kexp.org/v2/plays/1391558/?format=api",
    "airdate": "2008-06-29T16:50:14-07:00",
    "show": 24288,
    "show_uri": "https://api.kexp.org/v2/shows/24288/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519Up-fN7VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519Up-fN7VL._SL75_.jpg",
    "song": "All the Young Dudes",
    "track_id": "55289bfe-0086-4e67-b3e9-3bdd9f2c4e48",
    "recording_id": null,
    "artist": "Mott the Hoople",
    "artist_ids": [
        "435f1441-0f43-479d-92db-a506449a686b"
    ],
    "album": "Greatest Hits",
    "release_id": "84fe0335-945d-4ac8-ba0a-59b443f8e0ef",
    "release_group_id": null,
    "labels": [
        "Legacy/Sony"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}