Information about plays

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

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

{
    "id": 508966,
    "uri": "https://api.kexp.org/v2/plays/508966/?format=api",
    "airdate": "2002-01-20T05:54:00-08:00",
    "show": 8762,
    "show_uri": "https://api.kexp.org/v2/shows/8762/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VXw2WhOfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VXw2WhOfL._SL75_.jpg",
    "song": "What's Happening Brother",
    "track_id": "ef00c44b-0358-4cd0-9157-9fd5039f3dee",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What's Going On",
    "release_id": "ba91f9e2-2391-4bbd-9114-c9eff138fd98",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "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"
}