Information about plays

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

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

{
    "id": 508396,
    "uri": "https://api.kexp.org/v2/plays/508396/?format=api",
    "airdate": "2002-01-18T13:00:00-08:00",
    "show": 8749,
    "show_uri": "https://api.kexp.org/v2/shows/8749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyes of the Lord",
    "track_id": "0f9c9478-e907-4fc5-a4d6-be4ed5aadfef",
    "recording_id": null,
    "artist": "Noah King",
    "artist_ids": [
        "893aa23d-8f1f-467a-9588-6020fbceb832"
    ],
    "album": "The CD",
    "release_id": "b8540d2a-cc74-4e84-9588-44a9c8d1dcff",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}