Information about plays

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

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

{
    "id": 432680,
    "uri": "https://api.kexp.org/v2/plays/432680/?format=api",
    "airdate": "2001-06-08T16:46:09-07:00",
    "show": 7277,
    "show_uri": "https://api.kexp.org/v2/shows/7277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fade to Black (Fade to White mix by Farr Aka Calm)",
    "track_id": "84113783-0294-48de-b824-170e52ea3ce0",
    "recording_id": null,
    "artist": "Shinju Gumi",
    "artist_ids": [
        "7669005a-34ce-4c2c-b33d-29ef24ad74f5"
    ],
    "album": "Mixing a Ghost",
    "release_id": "4b3b1154-6b62-4323-b443-a4be77fd6c0c",
    "release_group_id": null,
    "labels": [
        "Shadow"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}