Information about plays

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

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

{
    "id": 428549,
    "uri": "https://api.kexp.org/v2/plays/428549/?format=api",
    "airdate": "2001-05-27T05:45:00-07:00",
    "show": 7199,
    "show_uri": "https://api.kexp.org/v2/shows/7199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Quarter",
    "track_id": "50e5f2e4-9d7a-4e34-82bd-4fc9185a6188",
    "recording_id": null,
    "artist": "Matt Jorgensen + 451",
    "artist_ids": [
        "9dfc2897-0d4a-4da8-a6e9-1d80da66fd29"
    ],
    "album": "The Road Begins Here",
    "release_id": "f3c1f4c3-0b22-4499-a039-6bd64b0cc018",
    "release_group_id": null,
    "labels": [
        "Origin"
    ],
    "label_ids": [
        "c1eab710-30ad-44b9-ab7a-fdc084a50af4"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}