Information about plays

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

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

{
    "id": 492129,
    "uri": "https://api.kexp.org/v2/plays/492129/?format=api",
    "airdate": "2001-11-30T23:39:00-08:00",
    "show": 8432,
    "show_uri": "https://api.kexp.org/v2/shows/8432/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4125QRKZYXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4125QRKZYXL._SL75_.jpg",
    "song": "The Dove",
    "track_id": "0158bf4c-1b73-4f4d-993f-59d5d32a1133",
    "recording_id": null,
    "artist": "Vox",
    "artist_ids": [
        "88ddcf2a-d6b6-4541-b9a3-7a834fe2926d"
    ],
    "album": "Divine Rites",
    "release_id": "089376b7-21e3-497b-93d2-a62b39375f88",
    "release_group_id": null,
    "labels": [
        "Hearts of Space"
    ],
    "label_ids": [
        "97f48a4b-6ce4-48ff-9698-673b8cce8d95"
    ],
    "release_date": "1999-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}