Information about plays

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

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

{
    "id": 422684,
    "uri": "https://api.kexp.org/v2/plays/422684/?format=api",
    "airdate": "2001-05-09T09:17:38-07:00",
    "show": 7083,
    "show_uri": "https://api.kexp.org/v2/shows/7083/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FfKturYDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FfKturYDL._SL75_.jpg",
    "song": "Cherubs",
    "track_id": null,
    "recording_id": null,
    "artist": "Arab Strap",
    "artist_ids": [
        "6caf09f5-2f01-4f76-bcc7-6207930c56c6"
    ],
    "album": "Elephant Shoe",
    "release_id": "93cb4634-87c8-4146-bbec-4ea3db1374ca",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "2000-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}