Information about plays

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

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

{
    "id": 498795,
    "uri": "https://api.kexp.org/v2/plays/498795/?format=api",
    "airdate": "2001-12-20T12:12:00-08:00",
    "show": 8559,
    "show_uri": "https://api.kexp.org/v2/shows/8559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lay Low For The Letdown",
    "track_id": null,
    "recording_id": null,
    "artist": "Beulah",
    "artist_ids": [
        "e9aca1a3-836a-4e5e-b8d4-56d20c60af5f"
    ],
    "album": "Handsome Western State",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elephant 6"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}