Information about plays

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

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

{
    "id": 432106,
    "uri": "https://api.kexp.org/v2/plays/432106/?format=api",
    "airdate": "2001-06-07T02:11:15-07:00",
    "show": 7269,
    "show_uri": "https://api.kexp.org/v2/shows/7269/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216DNJCNV3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216DNJCNV3L._SL75_.jpg",
    "song": "Mood Swing",
    "track_id": null,
    "recording_id": null,
    "artist": "The Folk Implosion",
    "artist_ids": [
        "31722656-e14d-4f3f-8ecb-27cba9ce3a15"
    ],
    "album": "The Folk Implosion",
    "release_id": "43377ec3-51ab-4fbb-811e-f7468dc991e2",
    "release_group_id": null,
    "labels": [
        "The Communion Label"
    ],
    "label_ids": [
        "3f1027b1-07d2-4e62-99c6-0a0a4e9bc270"
    ],
    "release_date": "1996-02-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}