Information about plays

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

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

{
    "id": 355530,
    "uri": "https://api.kexp.org/v2/plays/355530/?format=api",
    "airdate": "2019-07-17T08:48:00-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natural One (original mix)",
    "track_id": "c83ef89c-e298-3b93-893c-644a4c312626",
    "recording_id": null,
    "artist": "The Folk Implosion",
    "artist_ids": [
        "31722656-e14d-4f3f-8ecb-27cba9ce3a15"
    ],
    "album": "Natural One",
    "release_id": "b41228ae-3714-4b7d-925f-12fcd342aaa0",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 53rd birthday to Lou Barlow!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}