Information about plays

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

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

{
    "id": 433829,
    "uri": "https://api.kexp.org/v2/plays/433829/?format=api",
    "airdate": "2001-06-12T07:56:40-07:00",
    "show": 7301,
    "show_uri": "https://api.kexp.org/v2/shows/7301/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31isafWakGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31isafWakGL._SL75_.jpg",
    "song": "Get Higher",
    "track_id": "7c19969a-eb79-4a4e-a283-c46854fbe244",
    "recording_id": null,
    "artist": "Seam",
    "artist_ids": [
        "24d2e33e-6493-49c9-a5b1-fc82eb2f7d4d"
    ],
    "album": "The Pace is Glacial",
    "release_id": "7bc8e52f-3dfa-4bb0-bd0b-d5f641c45006",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}