Information about plays

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

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

{
    "id": 371951,
    "uri": "https://api.kexp.org/v2/plays/371951/?format=api",
    "airdate": "2019-08-24T23:58:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Den yttersta dagen",
    "track_id": "5b702e31-a865-4cdc-b368-37e90845f957",
    "recording_id": null,
    "artist": "Skitsystem",
    "artist_ids": [
        "95f3afcb-5770-4e1a-9fcc-356c92b29838"
    ],
    "album": "Enkel resa till rännstenen",
    "release_id": "ff8e3c30-bb11-4068-ba4f-2feea220295d",
    "release_group_id": null,
    "labels": [
        "Hammerheart Records"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweden; https://www.facebook.com/Skitsystem/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}