Information about plays

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

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

{
    "id": 473944,
    "uri": "https://api.kexp.org/v2/plays/473944/?format=api",
    "airdate": "2001-10-07T19:45:00-07:00",
    "show": 8075,
    "show_uri": "https://api.kexp.org/v2/shows/8075/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W7YS2AJ9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W7YS2AJ9L._SL75_.jpg",
    "song": "The MC",
    "track_id": "e732bf14-58c6-4b28-88e3-d785ad2adf13",
    "recording_id": null,
    "artist": "KRS‐One",
    "artist_ids": [
        "fc4568b6-cbe3-4a3d-8409-28510c19e3e2"
    ],
    "album": "I Got Next",
    "release_id": "881af59b-103d-45c1-b1f0-e74244f84482",
    "release_group_id": null,
    "labels": [
        "Jive Records"
    ],
    "label_ids": [
        "da8d046b-01b2-4483-ba93-06653b4a5e23"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}