Information about plays

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

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

{
    "id": 427442,
    "uri": "https://api.kexp.org/v2/plays/427442/?format=api",
    "airdate": "2001-05-24T02:24:42-07:00",
    "show": 7179,
    "show_uri": "https://api.kexp.org/v2/shows/7179/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3176FX4JVHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3176FX4JVHL._SL75_.jpg",
    "song": "Barely Legal",
    "track_id": "6cf11791-6278-421e-a620-168259cf237d",
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "The Modern Age",
    "release_id": "1545b030-b90c-4bd8-af5b-9a2446d3e8dd",
    "release_group_id": null,
    "labels": [
        "XL/Beggars"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}