Information about plays

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

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

{
    "id": 499748,
    "uri": "https://api.kexp.org/v2/plays/499748/?format=api",
    "airdate": "2001-12-23T19:56:00-08:00",
    "show": 8579,
    "show_uri": "https://api.kexp.org/v2/shows/8579/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21726Z7X43L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21726Z7X43L._SL75_.jpg",
    "song": "Get Retarded",
    "track_id": "8a731ed1-69e5-4053-a07a-9e3ee7f144d5",
    "recording_id": null,
    "artist": "MC EZ & Troup",
    "artist_ids": [
        "acdec34e-aab5-4585-83fa-c81a2aad9f35"
    ],
    "album": "Ego Trip's The Big Playback",
    "release_id": "a2862662-a4c6-450b-86d9-21f3d6ac35cc",
    "release_group_id": null,
    "labels": [
        "Fresh"
    ],
    "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"
}