Information about plays

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

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

{
    "id": 442626,
    "uri": "https://api.kexp.org/v2/plays/442626/?format=api",
    "airdate": "2001-07-07T15:57:00-07:00",
    "show": 7469,
    "show_uri": "https://api.kexp.org/v2/shows/7469/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413RGWVSY2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413RGWVSY2L._SL75_.jpg",
    "song": "Handful of Keys",
    "track_id": "5d5fd8b2-083f-4589-9a5b-c05b36beb5f5",
    "recording_id": null,
    "artist": "Fats Waller",
    "artist_ids": [
        "569fc5bf-bcb6-4bc5-9a00-bd0d258e34f1"
    ],
    "album": "Turn on the Heat: The Fats Waller Piano Solos (disc 1)",
    "release_id": "6e2d5fd1-2765-48c4-9f0b-25ef0e62a7a8",
    "release_group_id": null,
    "labels": [
        "Bluebird Records"
    ],
    "label_ids": [
        "5f45ab05-4f5a-45a5-bbfa-3f74a924a0ef"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}