Information about plays

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

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

{
    "id": 415953,
    "uri": "https://api.kexp.org/v2/plays/415953/?format=api",
    "airdate": "2001-04-18T07:56:28-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41LcKBZt5VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41LcKBZt5VL._SL75_.jpg",
    "song": "Never Leave a Job Half Done",
    "track_id": "ae3507ff-8a10-4504-8dc3-ab9219abecf2",
    "recording_id": null,
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "Winners Never Quit",
    "release_id": "8fd94e4f-11af-4c9c-b90d-af8ad65c7cdc",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2000-03-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}