Information about plays

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

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

{
    "id": 1195269,
    "uri": "https://api.kexp.org/v2/plays/1195269/?format=api",
    "airdate": "2007-02-10T13:17:40-08:00",
    "show": 20951,
    "show_uri": "https://api.kexp.org/v2/shows/20951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AKW2YGC8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AKW2YGC8L._SL75_.jpg",
    "song": "When You're Near Me I Have Difficulty",
    "track_id": null,
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Drums and Wires",
    "release_id": "800509a9-a8bc-48f1-93ac-2492fb98e140",
    "release_group_id": null,
    "labels": [
        "Virgin Music Canada"
    ],
    "label_ids": [
        "b34fd541-663c-4a26-aa81-1472392d0212"
    ],
    "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"
}