Information about plays

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

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

{
    "id": 1292618,
    "uri": "https://api.kexp.org/v2/plays/1292618/?format=api",
    "airdate": "2007-10-19T03:41:55-07:00",
    "show": 22615,
    "show_uri": "https://api.kexp.org/v2/shows/22615/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51klfYLWtRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51klfYLWtRL._SL75_.jpg",
    "song": "Around the Corner",
    "track_id": null,
    "recording_id": null,
    "artist": "The Evens",
    "artist_ids": [
        "3a3b3e5d-2d28-4108-875e-30686d2710e8"
    ],
    "album": "The Evens",
    "release_id": "5decb4ec-68f1-4fee-8396-9e27bc348e46",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "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"
}