Information about plays

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

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

{
    "id": 1044994,
    "uri": "https://api.kexp.org/v2/plays/1044994/?format=api",
    "airdate": "2006-01-13T22:51:52-08:00",
    "show": 18362,
    "show_uri": "https://api.kexp.org/v2/shows/18362/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41oVo6EZ1WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41oVo6EZ1WL._SL75_.jpg",
    "song": "Set You Free",
    "track_id": null,
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Thickfreakness",
    "release_id": "7a48b0e2-fe09-4f25-b8ae-7540175fa566",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2003-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}