Information about plays

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

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

{
    "id": 534648,
    "uri": "https://api.kexp.org/v2/plays/534648/?format=api",
    "airdate": "2002-04-04T17:57:27-08:00",
    "show": 9261,
    "show_uri": "https://api.kexp.org/v2/shows/9261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QN4VCZVZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QN4VCZVZL._SL75_.jpg",
    "song": "Were You There (When They Crucified My Lord)",
    "track_id": "3dd55399-74d1-4539-a14c-00ec676b8e9c",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Essential Johnny Cash (1955-1983)",
    "release_id": "2817d650-b63c-4f4a-8c9c-383cec5c6bf8",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}