Information about plays

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

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

{
    "id": 1275724,
    "uri": "https://api.kexp.org/v2/plays/1275724/?format=api",
    "airdate": "2007-09-05T20:44:47-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WJJ4hkR0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WJJ4hkR0L._SL75_.jpg",
    "song": "That's How Heartaches Are Made",
    "track_id": "3e6038db-1b47-46c3-bf56-c15011e99ef4",
    "recording_id": null,
    "artist": "Baby Washington",
    "artist_ids": [
        "2e43b2e6-9e17-42cb-b524-bc8275e27910"
    ],
    "album": "The Sue Singles",
    "release_id": "b453a31f-7c93-4613-adde-5c0fcfc6c563",
    "release_group_id": null,
    "labels": [
        "Kent"
    ],
    "label_ids": [
        "38e5c668-806f-4d99-9fa7-e9f0a1d832cb"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}