Information about plays

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

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

{
    "id": 500645,
    "uri": "https://api.kexp.org/v2/plays/500645/?format=api",
    "airdate": "2001-12-26T15:43:00-08:00",
    "show": 8597,
    "show_uri": "https://api.kexp.org/v2/shows/8597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vF1154YoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vF1154YoL._SL75_.jpg",
    "song": "Let Me In",
    "track_id": "cd9ad8a7-6670-4745-b07f-6e8cc09466bd",
    "recording_id": null,
    "artist": "T-Model Ford",
    "artist_ids": [
        "1601246d-9f0b-4e77-abfe-b4e631288eaa"
    ],
    "album": "Pee-Wee Get My Gun",
    "release_id": "78259a04-8c7c-43eb-9087-98c6fc2c74d8",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1997-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}