Information about plays

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

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

{
    "id": 438256,
    "uri": "https://api.kexp.org/v2/plays/438256/?format=api",
    "airdate": "2001-06-25T04:36:00-07:00",
    "show": 7385,
    "show_uri": "https://api.kexp.org/v2/shows/7385/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41nXEigzz0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41nXEigzz0L._SL75_.jpg",
    "song": "Embalmed Love",
    "track_id": "18a87eb2-9cac-42e0-975c-adbde5986279",
    "recording_id": null,
    "artist": "Super Heroines",
    "artist_ids": [
        "23331fcb-179d-4007-b44c-00776c6c7597"
    ],
    "album": "Hell Comes to Your House",
    "release_id": "4f3a4d5e-3b8a-4a50-abd2-eb144189b337",
    "release_group_id": null,
    "labels": [
        "Bemisbrain Records"
    ],
    "label_ids": [
        "f88dd373-e429-44df-a6f5-af8fede2ce48"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}