Information about plays

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

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

{
    "id": 420746,
    "uri": "https://api.kexp.org/v2/plays/420746/?format=api",
    "airdate": "2001-05-03T09:03:45-07:00",
    "show": 7040,
    "show_uri": "https://api.kexp.org/v2/shows/7040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Million Town",
    "track_id": "69b41fb5-5869-4a4c-8ad8-103eaca2537c",
    "recording_id": null,
    "artist": "Strange Cargo",
    "artist_ids": [
        "d3cab82c-2fd7-49d5-89f0-f87f3436d0f4"
    ],
    "album": "Hinterland",
    "release_id": "b1700fc2-0969-4e43-a68d-26fa56eeb90e",
    "release_group_id": null,
    "labels": [
        "N Gram"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}