Information about plays

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

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

{
    "id": 418911,
    "uri": "https://api.kexp.org/v2/plays/418911/?format=api",
    "airdate": "2001-04-27T19:00:00-07:00",
    "show": 6999,
    "show_uri": "https://api.kexp.org/v2/shows/6999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Lovin'",
    "track_id": "79c3a56d-6007-44fc-98fc-8b40b932e098",
    "recording_id": null,
    "artist": "Dickey Lee",
    "artist_ids": [
        "2734860d-a416-448b-b592-bc7e5a13ce41"
    ],
    "album": "Dickey Lee's Greatest Hits",
    "release_id": "e70e5d2a-3698-42e0-b59c-cac2e0888233",
    "release_group_id": null,
    "labels": [
        "Midnight Sun"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}