Information about plays

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

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

{
    "id": 1286124,
    "uri": "https://api.kexp.org/v2/plays/1286124/?format=api",
    "airdate": "2007-10-02T11:46:37-07:00",
    "show": 22504,
    "show_uri": "https://api.kexp.org/v2/shows/22504/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wezgCE1XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wezgCE1XL._SL75_.jpg",
    "song": "Beyond and Back",
    "track_id": "2589643b-3e32-467d-84f8-06581fe79b05",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Wild Gift",
    "release_id": "4b07252c-5d79-45f7-a66c-a54a9d829770",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}