Information about plays

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

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

{
    "id": 422292,
    "uri": "https://api.kexp.org/v2/plays/422292/?format=api",
    "airdate": "2001-05-08T05:56:15-07:00",
    "show": 7076,
    "show_uri": "https://api.kexp.org/v2/shows/7076/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Simplify",
    "track_id": "4c422d51-873e-4617-8112-4a818503debe",
    "recording_id": null,
    "artist": "The Standard",
    "artist_ids": [
        "24b450f8-cbb4-4a44-a201-49c9e3de36ef"
    ],
    "album": "The Standard",
    "release_id": "251cde8d-e451-4f6c-ac37-25f02a7ab3df",
    "release_group_id": null,
    "labels": [
        "Barbaric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}