Information about plays

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

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

{
    "id": 509143,
    "uri": "https://api.kexp.org/v2/plays/509143/?format=api",
    "airdate": "2002-01-20T21:26:00-08:00",
    "show": 8769,
    "show_uri": "https://api.kexp.org/v2/shows/8769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Family Tree",
    "track_id": "75ab87d7-9c93-43ec-89e1-45521423bbee",
    "recording_id": null,
    "artist": "I:Cube",
    "artist_ids": [
        "979d10bc-d1b9-41b1-8a87-7a7c68cbd885"
    ],
    "album": "Novamix: Full Spectrum",
    "release_id": "6faec699-5c12-4820-94d4-f548e0ccd63a",
    "release_group_id": null,
    "labels": [
        "Versatile"
    ],
    "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"
}