Information about plays

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

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

{
    "id": 468359,
    "uri": "https://api.kexp.org/v2/plays/468359/?format=api",
    "airdate": "2001-09-21T02:05:27-07:00",
    "show": 7968,
    "show_uri": "https://api.kexp.org/v2/shows/7968/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hall of Mirrors",
    "track_id": "8237a3ff-cdc1-4442-b7e7-7033f5136eeb",
    "recording_id": null,
    "artist": "Mix Master Morris",
    "artist_ids": [
        "0abe3b74-81b4-4e7e-929b-38c8578db046"
    ],
    "album": "Radical Beauty",
    "release_id": "5d028b88-03fe-44a7-a531-ebaf6edf3b35",
    "release_group_id": null,
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}