Information about plays

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

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

{
    "id": 374468,
    "uri": "https://api.kexp.org/v2/plays/374468/?format=api",
    "airdate": "2019-08-30T12:50:35-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chicken Payback",
    "track_id": "37e34484-fc5b-4973-9d01-99c9c7c3b17b",
    "recording_id": null,
    "artist": "The Bees",
    "artist_ids": [
        "276cfa71-caa8-4bf4-b522-39a8086e7c6b"
    ],
    "album": "Free the Bees",
    "release_id": "6ff8b5cf-4bfe-4af0-b167-fdbb4819acd0",
    "release_group_id": null,
    "labels": [
        "Virgin America"
    ],
    "label_ids": [
        "47b84b3b-889e-4c66-80f0-afd58a1d304b"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}