Information about plays

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

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

{
    "id": 502114,
    "uri": "https://api.kexp.org/v2/plays/502114/?format=api",
    "airdate": "2001-12-31T00:20:00-08:00",
    "show": 8629,
    "show_uri": "https://api.kexp.org/v2/shows/8629/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/39188",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/39189",
    "song": "Prism I",
    "track_id": "28a994d9-a2ea-422b-bbfb-ea874af246d0",
    "recording_id": null,
    "artist": "Matthew Shipp Trio",
    "artist_ids": [
        "05bfe35f-b10b-49f1-bd89-38ced99fac55"
    ],
    "album": "Prism",
    "release_id": "5e12891c-6f9a-40a6-be35-cf0e296009e6",
    "release_group_id": null,
    "labels": [
        "Hat Hut"
    ],
    "label_ids": [],
    "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"
}