Information about plays

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

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

{
    "id": 530868,
    "uri": "https://api.kexp.org/v2/plays/530868/?format=api",
    "airdate": "2002-03-25T03:59:39-08:00",
    "show": 9192,
    "show_uri": "https://api.kexp.org/v2/shows/9192/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5196lrzVoqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5196lrzVoqL._SL75_.jpg",
    "song": "Atardecer",
    "track_id": "2481bf9e-a324-43a2-a3d4-ad8a9cc0c7e8",
    "recording_id": null,
    "artist": "Friends of Dean Martinez",
    "artist_ids": [
        "51573fd2-0b3e-4434-9d8c-cf58ffad7fd7"
    ],
    "album": "Atardecer",
    "release_id": "6f561caa-55a7-4975-9f2e-29fdc59ff280",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "1999-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}