Information about plays

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

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

{
    "id": 1312608,
    "uri": "https://api.kexp.org/v2/plays/1312608/?format=api",
    "airdate": "2007-12-10T19:19:30-08:00",
    "show": 22959,
    "show_uri": "https://api.kexp.org/v2/shows/22959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HXDBQB5GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HXDBQB5GL._SL75_.jpg",
    "song": "Market Day",
    "track_id": "226dc9ef-fe8a-4640-a743-1ebbeb7ec27a",
    "recording_id": null,
    "artist": "Geoffrey Oryema",
    "artist_ids": [
        "eb0cd72f-0235-47ec-9d0b-f244a2afc3b7"
    ],
    "album": "Beat the Border",
    "release_id": "1dc799fc-f8f3-4671-877a-ba2fba9145d1",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "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"
}