Information about plays

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

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

{
    "id": 1184060,
    "uri": "https://api.kexp.org/v2/plays/1184060/?format=api",
    "airdate": "2007-01-13T03:56:30-08:00",
    "show": 20757,
    "show_uri": "https://api.kexp.org/v2/shows/20757/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/616Zpbx2GcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/616Zpbx2GcL._SL75_.jpg",
    "song": "Dead Fish on the Banks",
    "track_id": "ec3664af-63a9-46e2-9487-cc9663e39f9f",
    "recording_id": null,
    "artist": "Goodnight Loving",
    "artist_ids": [
        "c795d787-3207-422a-b7aa-adaac024c53d"
    ],
    "album": "Cemetery Trails",
    "release_id": "c223d571-5192-4f51-9479-9560138bbef7",
    "release_group_id": null,
    "labels": [
        "Dusty Medical Records"
    ],
    "label_ids": [
        "1b5200e4-b1ba-440f-a485-126fcd7dba4a"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}