Information about plays

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

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

{
    "id": 451578,
    "uri": "https://api.kexp.org/v2/plays/451578/?format=api",
    "airdate": "2001-08-02T21:00:00-07:00",
    "show": 7637,
    "show_uri": "https://api.kexp.org/v2/shows/7637/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TE4rXEuqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TE4rXEuqL._SL75_.jpg",
    "song": "The Three of Us",
    "track_id": "d204135a-3c54-49e1-aeaf-956ab0f9cd22",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Welcome to the Cruel World",
    "release_id": "6a36e6b0-3357-44ff-81c4-bccfd3864540",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1994-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}