Information about plays

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

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

{
    "id": 379937,
    "uri": "https://api.kexp.org/v2/plays/379937/?format=api",
    "airdate": "2019-09-12T09:07:00-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Chauffeur",
    "track_id": "94feaaaa-51ca-3c65-9b26-4f7e11ffcdf1",
    "recording_id": null,
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Rio",
    "release_id": "8da4d250-d538-47d8-b8c1-fd8d6209726f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interesting music video for this classic song. Here's the uncensored version: https://bit.ly/2kewPgO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}