Information about plays

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

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

{
    "id": 1323015,
    "uri": "https://api.kexp.org/v2/plays/1323015/?format=api",
    "airdate": "2008-01-06T12:29:25-08:00",
    "show": 23133,
    "show_uri": "https://api.kexp.org/v2/shows/23133/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JvwAiTtHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JvwAiTtHL._SL75_.jpg",
    "song": "Key of C",
    "track_id": "6aa02e9b-a760-458a-aa6b-b443e585c2af",
    "recording_id": null,
    "artist": "Jim Noir",
    "artist_ids": [
        "f6db288e-0b52-435b-9927-454694424181"
    ],
    "album": "Tower of Love",
    "release_id": "76da0f1d-5da8-4b35-9e0f-17701a2a43d4",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}