Information about plays

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

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

{
    "id": 417191,
    "uri": "https://api.kexp.org/v2/plays/417191/?format=api",
    "airdate": "2001-04-22T16:53:20-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KCM2YZ5GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KCM2YZ5GL._SL75_.jpg",
    "song": "Pray Them Bars Away",
    "track_id": "c4f5b2d9-4dc1-47db-aa8b-0c70ae986741",
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Cowboy in Sweden",
    "release_id": "c7c6ec62-7d81-4d39-afc2-bc42d6270763",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}