Information about plays

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

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

{
    "id": 421430,
    "uri": "https://api.kexp.org/v2/plays/421430/?format=api",
    "airdate": "2001-05-05T09:52:56-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love is the light/dub",
    "track_id": null,
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Hits From Studio One and More",
    "release_id": "50faa2e9-288a-413b-8120-43f366ec261b",
    "release_group_id": null,
    "labels": [
        "Rhino Records"
    ],
    "label_ids": [
        "6ef49c1e-28e9-400c-95ae-6b459459594f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}