Information about plays

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

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

{
    "id": 422993,
    "uri": "https://api.kexp.org/v2/plays/422993/?format=api",
    "airdate": "2001-05-10T06:00:00-07:00",
    "show": 7089,
    "show_uri": "https://api.kexp.org/v2/shows/7089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Striplight",
    "track_id": "95e08d51-fcb0-4a93-9183-28cb381b3ebb",
    "recording_id": null,
    "artist": "A.P.E.",
    "artist_ids": [
        "74c18b58-eefe-4b09-a28a-2b97524a601c"
    ],
    "album": "Striplight",
    "release_id": "0f31e9af-f0df-4139-87d4-3e291fd9e049",
    "release_group_id": null,
    "labels": [
        "Dorado"
    ],
    "label_ids": [
        "5e13f33b-f26b-4a73-83e3-8dddbbcfe0b0"
    ],
    "release_date": "1995-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}