Information about plays

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

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

{
    "id": 1388519,
    "uri": "https://api.kexp.org/v2/plays/1388519/?format=api",
    "airdate": "2008-06-21T23:48:00-07:00",
    "show": 24236,
    "show_uri": "https://api.kexp.org/v2/shows/24236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colored Rags",
    "track_id": "b534c0db-8633-45b6-8dc1-02c7c4153eb5",
    "recording_id": null,
    "artist": "Born Dead Icons",
    "artist_ids": [
        "5b1fbb5c-63e8-4cad-a5a5-0bee9d1455fc"
    ],
    "album": "Ruins",
    "release_id": "1805692e-ed9a-41c1-ab31-6f010ed8c9cf",
    "release_group_id": null,
    "labels": [
        "Feral Ward Records"
    ],
    "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"
}