Information about plays

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

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

{
    "id": 1344399,
    "uri": "https://api.kexp.org/v2/plays/1344399/?format=api",
    "airdate": "2008-03-01T04:00:00-08:00",
    "show": 23493,
    "show_uri": "https://api.kexp.org/v2/shows/23493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inside the Eye",
    "track_id": "bd18b1fc-179d-4448-b339-88b1e82f9041",
    "recording_id": null,
    "artist": "Skin Yard",
    "artist_ids": [
        "0119843b-4d56-47b6-ac0d-11528259bf0a"
    ],
    "album": "Inside the Eye",
    "release_id": "7be89c71-7dab-4827-a51f-4f5c050901f2",
    "release_group_id": null,
    "labels": [
        "Cruz Records"
    ],
    "label_ids": [
        "c9789f62-3d69-464a-a5fe-63309ab13275"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}