Information about plays

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

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

{
    "id": 489883,
    "uri": "https://api.kexp.org/v2/plays/489883/?format=api",
    "airdate": "2001-11-24T09:33:06-08:00",
    "show": 8387,
    "show_uri": "https://api.kexp.org/v2/shows/8387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold On To What You Got",
    "track_id": null,
    "recording_id": null,
    "artist": "Michael Prophet",
    "artist_ids": [
        "9e87a121-cc5d-43f5-af0f-9a7181e77bd7"
    ],
    "album": "Michael Prophet LP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jah Guidance"
    ],
    "label_ids": [
        "26564fb9-a5ce-4f1f-8985-5c7ef88781ea"
    ],
    "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"
}