Information about plays

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

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

{
    "id": 1294973,
    "uri": "https://api.kexp.org/v2/plays/1294973/?format=api",
    "airdate": "2007-10-25T05:27:24-07:00",
    "show": 22654,
    "show_uri": "https://api.kexp.org/v2/shows/22654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418R1V3FJAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418R1V3FJAL._SL75_.jpg",
    "song": "Savory",
    "track_id": null,
    "recording_id": null,
    "artist": "Jawbox",
    "artist_ids": [
        "016fba14-1fc6-4986-86c2-2113ec9b28de"
    ],
    "album": "For Your Own Special Sweetheart",
    "release_id": "b9265aef-2e3d-4464-8aa5-a386c75d8a03",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}