Information about plays

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

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

{
    "id": 1360251,
    "uri": "https://api.kexp.org/v2/plays/1360251/?format=api",
    "airdate": "2008-04-09T21:17:22-07:00",
    "show": 23754,
    "show_uri": "https://api.kexp.org/v2/shows/23754/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/22826",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/22827",
    "song": "For Zofia Klimek & Gregory Crewdson",
    "track_id": "a2ee1e2e-63bf-4c52-a6d0-60f84dff2ced",
    "recording_id": null,
    "artist": "Klimek",
    "artist_ids": [
        "6afa2cca-c459-4ad4-8325-9fe769d700a2"
    ],
    "album": "Dedications",
    "release_id": "cac05007-c0d1-4602-8adf-adc1a2a28a27",
    "release_group_id": null,
    "labels": [
        "www.anticipaterecordings.com"
    ],
    "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"
}