Information about plays

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

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

{
    "id": 417120,
    "uri": "https://api.kexp.org/v2/plays/417120/?format=api",
    "airdate": "2001-04-22T12:18:27-07:00",
    "show": 6964,
    "show_uri": "https://api.kexp.org/v2/shows/6964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516a0XZkXQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516a0XZkXQL._SL75_.jpg",
    "song": "The Sand That Holds the Lakes in Place (Lake)",
    "track_id": "0097b26c-e692-4f94-a581-567011032878",
    "recording_id": null,
    "artist": "His Name Is Alive",
    "artist_ids": [
        "45b675bb-83f5-40e9-bbd4-a597fd9fc6c8"
    ],
    "album": "Stars on E.S.P.",
    "release_id": "22601d51-2046-436d-a8ac-3adc172743e0",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}