Information about plays

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

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

{
    "id": 502800,
    "uri": "https://api.kexp.org/v2/plays/502800/?format=api",
    "airdate": "2002-01-02T02:22:00-08:00",
    "show": 8641,
    "show_uri": "https://api.kexp.org/v2/shows/8641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Modern Chairs",
    "track_id": "b8b64674-0166-4a91-924b-5d8d20ff88e6",
    "recording_id": null,
    "artist": "Octavius & 4AM",
    "artist_ids": [
        "8e872ca2-41b7-4373-9a51-5dd16161a725"
    ],
    "album": "Electric Third Rail",
    "release_id": "b8cd8f28-39fa-48fd-84dc-6a106263f122",
    "release_group_id": null,
    "labels": [
        "Just One Entertainment"
    ],
    "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"
}