Information about plays

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

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

{
    "id": 499213,
    "uri": "https://api.kexp.org/v2/plays/499213/?format=api",
    "airdate": "2001-12-21T17:25:00-08:00",
    "show": 8566,
    "show_uri": "https://api.kexp.org/v2/shows/8566/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219S9Z8N8KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219S9Z8N8KL._SL75_.jpg",
    "song": "One Is The Magic # (Redux)",
    "track_id": "22eafaac-5631-4de7-93e9-b634267aa9c3",
    "recording_id": null,
    "artist": "Jill Scott ",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Experience: Jill Scott 826+ (disc 1)",
    "release_id": "0197ddf6-5df3-463f-a987-935d99b9d345",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-11-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}