Information about plays

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

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

{
    "id": 515663,
    "uri": "https://api.kexp.org/v2/plays/515663/?format=api",
    "airdate": "2002-02-08T12:14:00-08:00",
    "show": 8890,
    "show_uri": "https://api.kexp.org/v2/shows/8890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green Eyes",
    "track_id": "07351da1-3e6b-4ea4-ad12-b0a16cd6e9fb",
    "recording_id": null,
    "artist": "[unknown]",
    "artist_ids": [
        "125ec42a-7229-4250-afc5-e057484327fe"
    ],
    "album": "Shaken Not Stirred",
    "release_id": "ec8d25de-b40e-4f67-a008-f0d6df283b27",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}