Information about plays

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

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

{
    "id": 464901,
    "uri": "https://api.kexp.org/v2/plays/464901/?format=api",
    "airdate": "2001-09-10T22:14:07-07:00",
    "show": 7900,
    "show_uri": "https://api.kexp.org/v2/shows/7900/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ZxNQl5s6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ZxNQl5s6L._SL75_.jpg",
    "song": "Prison Bound",
    "track_id": "4244d5e1-6430-4237-86b1-ba0186b95eb8",
    "recording_id": null,
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "Prison Bound",
    "release_id": "ed836d42-10df-428d-8989-994c7948f753",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}