Information about plays

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

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

{
    "id": 1394156,
    "uri": "https://api.kexp.org/v2/plays/1394156/?format=api",
    "airdate": "2008-07-06T01:47:28-07:00",
    "show": 24330,
    "show_uri": "https://api.kexp.org/v2/shows/24330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BKT5Ro3gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BKT5Ro3gL._SL75_.jpg",
    "song": "Let It Roll",
    "track_id": "524c5011-89a2-4bdb-923e-a49c8801d75f",
    "recording_id": null,
    "artist": "Willard Grant Conspiracy",
    "artist_ids": [
        "badf56da-2dfd-4263-b627-e93c62d47a94"
    ],
    "album": "Let It Roll",
    "release_id": "6810d800-4084-4028-87de-effea7438a21",
    "release_group_id": null,
    "labels": [
        "Dahlia Records"
    ],
    "label_ids": [
        "42ac3545-e630-4802-b047-3168d1377f5c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}