Information about plays

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

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

{
    "id": 1278130,
    "uri": "https://api.kexp.org/v2/plays/1278130/?format=api",
    "airdate": "2007-09-12T01:05:50-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ywovXmgyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ywovXmgyL._SL75_.jpg",
    "song": "But for You",
    "track_id": "a87f1ae7-6148-40f7-a31d-b85a30a73071",
    "recording_id": null,
    "artist": "Matthew Dear",
    "artist_ids": [
        "3d191c12-be64-4f90-94d8-ac324b2b3544"
    ],
    "album": "Leave Luck to Heaven",
    "release_id": "ab33d59d-8e92-4487-8635-6a00f2549062",
    "release_group_id": null,
    "labels": [
        "Spectral Sound"
    ],
    "label_ids": [
        "a43b7b6f-e6f4-4a62-9e13-0f9c413b4f16"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}