Information about plays

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

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

{
    "id": 1286172,
    "uri": "https://api.kexp.org/v2/plays/1286172/?format=api",
    "airdate": "2007-10-02T15:38:57-07:00",
    "show": 22505,
    "show_uri": "https://api.kexp.org/v2/shows/22505/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gcoyHsw9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gcoyHsw9L._SL75_.jpg",
    "song": "Nothing Really Happened",
    "track_id": "ca35e0d3-2c54-4f77-b99e-e3b12e376c51",
    "recording_id": null,
    "artist": "Math and Physics Club",
    "artist_ids": [
        "838d9c94-4d91-41e0-a28b-60518e62efe9"
    ],
    "album": "Baby I'm Yours",
    "release_id": "20b3a31c-b2f1-4b46-9ad7-fdbb0ccdd8d5",
    "release_group_id": null,
    "labels": [
        "Matinée Recordings"
    ],
    "label_ids": [
        "875907dc-80c0-4843-be34-fc45781f6afa"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}