Information about plays

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

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

{
    "id": 504100,
    "uri": "https://api.kexp.org/v2/plays/504100/?format=api",
    "airdate": "2002-01-05T21:00:00-08:00",
    "show": 8666,
    "show_uri": "https://api.kexp.org/v2/shows/8666/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41aHEFY%2B6dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41aHEFY%2B6dL._SL75_.jpg",
    "song": "Love Supreme (Bill Laswell remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Carlos Santana",
    "artist_ids": [
        "f7fda030-0ba1-42e9-a385-3deebc939bc9"
    ],
    "album": "Divine Light",
    "release_id": "60852018-9809-49dc-8f42-0666a97b1b71",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}