Information about plays

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

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

{
    "id": 1273319,
    "uri": "https://api.kexp.org/v2/plays/1273319/?format=api",
    "airdate": "2007-08-30T19:43:22-07:00",
    "show": 22288,
    "show_uri": "https://api.kexp.org/v2/shows/22288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn It On, Turn It On, Turn It On",
    "track_id": null,
    "recording_id": null,
    "artist": "Charlie Sizemore",
    "artist_ids": [
        "7e90a03e-e844-4ab0-8adf-811b7c0f6b30"
    ],
    "album": "The Story Is . . . The Songs Of Tom T. Hall",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rebel Rec."
    ],
    "label_ids": [
        "79b6b1f1-702b-413c-9f76-03c3c837a40c"
    ],
    "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"
}