Information about plays

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

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

{
    "id": 1278437,
    "uri": "https://api.kexp.org/v2/plays/1278437/?format=api",
    "airdate": "2007-09-12T20:08:00-07:00",
    "show": 22374,
    "show_uri": "https://api.kexp.org/v2/shows/22374/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ctR67oBfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ctR67oBfL._SL75_.jpg",
    "song": "1975",
    "track_id": "13261a09-8fbe-4d2a-af36-a18d027bbe99",
    "recording_id": null,
    "artist": "Gene Clark",
    "artist_ids": [
        "2b6f3780-6fb6-42c2-95bb-5e080772e38c"
    ],
    "album": "Gene Clark",
    "release_id": "b4834316-9a3e-45be-b7bd-9f1cf9537b2a",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2002-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}