Information about plays

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

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

{
    "id": 510789,
    "uri": "https://api.kexp.org/v2/plays/510789/?format=api",
    "airdate": "2002-01-25T15:53:00-08:00",
    "show": 8798,
    "show_uri": "https://api.kexp.org/v2/shows/8798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cop Shoot Cop (live)",
    "track_id": "9035644b-ef36-4c39-aea7-b702f7c5fed2",
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Supplementary Dosage",
    "release_id": "a284eb83-bfa3-4753-b2f0-b3838f5539c5",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}