Information about plays

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

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

{
    "id": 495482,
    "uri": "https://api.kexp.org/v2/plays/495482/?format=api",
    "airdate": "2001-12-11T01:00:00-08:00",
    "show": 8499,
    "show_uri": "https://api.kexp.org/v2/shows/8499/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pass the Mic (Log Hog remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Check Your Head (that is, the original version)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "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"
}