Information about plays

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

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

{
    "id": 500363,
    "uri": "https://api.kexp.org/v2/plays/500363/?format=api",
    "airdate": "2001-12-25T20:06:00-08:00",
    "show": 8592,
    "show_uri": "https://api.kexp.org/v2/shows/8592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sa Golo",
    "track_id": "001678ff-466d-4017-a1db-a11c3062955f",
    "recording_id": null,
    "artist": "Boubacar Traoré",
    "artist_ids": [
        "5cc16125-511c-4669-9e56-651fec2690c3"
    ],
    "album": "Colors of the World: Music from the Four Corners",
    "release_id": "a78c6521-1c43-472d-9617-47e08107abf8",
    "release_group_id": null,
    "labels": [
        "Allegro"
    ],
    "label_ids": [
        "d66938a7-8a3a-4364-bd0b-9024de900acc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}