Information about plays

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

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

{
    "id": 438039,
    "uri": "https://api.kexp.org/v2/plays/438039/?format=api",
    "airdate": "2001-06-24T12:23:04-07:00",
    "show": 7380,
    "show_uri": "https://api.kexp.org/v2/shows/7380/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519GYFDQ39L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519GYFDQ39L._SL75_.jpg",
    "song": "Count on Me",
    "track_id": "e2ed2c7f-0db1-41a4-8b59-0d669c25ad19",
    "recording_id": null,
    "artist": "Joey Altruda",
    "artist_ids": [
        "00387e32-0258-44ca-9e0b-36dc3d99ec67"
    ],
    "album": "Kingston Cocktail",
    "release_id": "8b8385d2-e547-4ead-9095-4a4cb9ce740d",
    "release_group_id": null,
    "labels": [
        "Will Records"
    ],
    "label_ids": [
        "d1bed6b5-b508-4d4b-bd22-c88cf0bb890a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}