Information about plays

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

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

{
    "id": 1375844,
    "uri": "https://api.kexp.org/v2/plays/1375844/?format=api",
    "airdate": "2008-05-19T02:50:56-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eMl0tMzAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eMl0tMzAL._SL75_.jpg",
    "song": "Current Affairs",
    "track_id": "164ebc4d-58bd-4cf5-879a-c7c61836bcdb",
    "recording_id": null,
    "artist": "Zion I & The Grouch",
    "artist_ids": [
        "73e8b2b5-299a-4e52-a07b-400e397fef05"
    ],
    "album": "Heroes in the City of Dope",
    "release_id": "f93937d0-e37e-408b-9d50-7f8db096fdb3",
    "release_group_id": null,
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "2006-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}