Information about plays

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

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

{
    "id": 445838,
    "uri": "https://api.kexp.org/v2/plays/445838/?format=api",
    "airdate": "2001-07-17T07:22:06-07:00",
    "show": 7530,
    "show_uri": "https://api.kexp.org/v2/shows/7530/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31isafWakGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31isafWakGL._SL75_.jpg",
    "song": "Little Chang, Big City",
    "track_id": "22c57e9e-2466-45f4-baab-351ab48683f9",
    "recording_id": null,
    "artist": "Seam",
    "artist_ids": [
        "24d2e33e-6493-49c9-a5b1-fc82eb2f7d4d"
    ],
    "album": "The Pace is Glacial",
    "release_id": "7bc8e52f-3dfa-4bb0-bd0b-d5f641c45006",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}