Information about plays

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

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

{
    "id": 459930,
    "uri": "https://api.kexp.org/v2/plays/459930/?format=api",
    "airdate": "2001-08-27T03:55:23-07:00",
    "show": 7802,
    "show_uri": "https://api.kexp.org/v2/shows/7802/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Six",
    "track_id": "ed085ec4-2cb9-433e-bf9a-c4290567c999",
    "recording_id": null,
    "artist": "Bass Communion vs. Muslimgauze",
    "artist_ids": [
        "e9eabd84-9a6d-45ca-b36e-b63375348d2f"
    ],
    "album": "Bass Communion vs. Muslimgauze EP",
    "release_id": "32eb8ae6-1383-42ac-9c82-8360ad522011",
    "release_group_id": null,
    "labels": [
        "Soleilmoon Recordings"
    ],
    "label_ids": [
        "2e3a7c8b-c5b1-43f9-b0a0-c7b3e2d21883"
    ],
    "release_date": "2000-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}