Information about plays

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

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

{
    "id": 376373,
    "uri": "https://api.kexp.org/v2/plays/376373/?format=api",
    "airdate": "2019-09-04T03:48:48-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plants",
    "track_id": "0bc8b779-2789-4dd7-a28b-8c586e7731e4",
    "recording_id": null,
    "artist": "Guerilla Toss",
    "artist_ids": [
        "a615b8f7-a9f6-4d7a-90c7-6fdf26b13411"
    ],
    "album": "What Would the Odd Do?",
    "release_id": "fa04bf84-3dbe-4d6a-a97b-cb0952e457b4",
    "release_group_id": null,
    "labels": [
        "NNA Tapes"
    ],
    "label_ids": [
        "cca38a20-d015-4a92-9399-edf23bef4264"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The What Would The Odd Do? EP is out 11/15 via NNA Tapes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}