Information about plays

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

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

{
    "id": 1265492,
    "uri": "https://api.kexp.org/v2/plays/1265492/?format=api",
    "airdate": "2007-08-10T22:54:39-07:00",
    "show": 22156,
    "show_uri": "https://api.kexp.org/v2/shows/22156/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AySNAxJdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AySNAxJdL._SL75_.jpg",
    "song": "Nervous & Weird",
    "track_id": "07b294e8-4bd3-472e-b276-d24478eac5c2",
    "recording_id": null,
    "artist": "Everclear",
    "artist_ids": [
        "3604c99d-c146-4276-aa0c-9376d333aeb8"
    ],
    "album": "World of Noise",
    "release_id": "bbeb065a-9e12-45af-8e8f-8ee2d07fa795",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-11-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}