Information about plays

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

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

{
    "id": 463479,
    "uri": "https://api.kexp.org/v2/plays/463479/?format=api",
    "airdate": "2001-09-06T14:04:17-07:00",
    "show": 7871,
    "show_uri": "https://api.kexp.org/v2/shows/7871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31PDXZEBBTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31PDXZEBBTL._SL75_.jpg",
    "song": "Hold Tight Dub",
    "track_id": "0695b6a9-6f90-4688-a5d9-4fba176dc14c",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Gregory in Dub",
    "release_id": "c4111e09-a8bf-4bb2-a359-66322e68f4d0",
    "release_group_id": null,
    "labels": [
        "Hollywood"
    ],
    "label_ids": [],
    "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"
}