Information about plays

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

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

{
    "id": 1367009,
    "uri": "https://api.kexp.org/v2/plays/1367009/?format=api",
    "airdate": "2008-04-26T22:47:00-07:00",
    "show": 23867,
    "show_uri": "https://api.kexp.org/v2/shows/23867/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D7VMMP0BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D7VMMP0BL._SL75_.jpg",
    "song": "Red Wine",
    "track_id": "9aeb53c9-1048-468a-95ee-f6b2f1e33279",
    "recording_id": null,
    "artist": "The Starvations",
    "artist_ids": [
        "df50864e-b8aa-4c86-907b-481ae748763b"
    ],
    "album": "Get Well Soon",
    "release_id": "83447cf1-2ef9-4c9a-a3c3-97691f930260",
    "release_group_id": null,
    "labels": [
        "Gold Standard Laboratories"
    ],
    "label_ids": [
        "6b840146-af37-4a22-ad66-eafd43e3414a"
    ],
    "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"
}