Information about plays

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

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

{
    "id": 516184,
    "uri": "https://api.kexp.org/v2/plays/516184/?format=api",
    "airdate": "2002-02-10T03:28:00-08:00",
    "show": 8903,
    "show_uri": "https://api.kexp.org/v2/shows/8903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F47NE46NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F47NE46NL._SL75_.jpg",
    "song": "Life Form Ends",
    "track_id": "1a3ad95a-9c7d-4111-a9f8-731965ab8d7b",
    "recording_id": null,
    "artist": "The Future Sound of London",
    "artist_ids": [
        "a1d77dd4-8728-4a47-bdfa-9663d791139c"
    ],
    "album": "Lifeforms (disc 2)",
    "release_id": "57818611-849c-4e34-8482-1af9ce87e15d",
    "release_group_id": null,
    "labels": [
        "Virgin Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}