Information about plays

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

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

{
    "id": 417833,
    "uri": "https://api.kexp.org/v2/plays/417833/?format=api",
    "airdate": "2001-04-24T17:42:21-07:00",
    "show": 6978,
    "show_uri": "https://api.kexp.org/v2/shows/6978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QDX5SWNML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QDX5SWNML._SL75_.jpg",
    "song": "Je tue le temps",
    "track_id": "bd4e964d-eb95-4bb3-a3a0-ecc951edbcc3",
    "recording_id": null,
    "artist": "Étienne Charry",
    "artist_ids": [
        "a2e62403-a6aa-4933-8240-2b3fc4f32de1"
    ],
    "album": "36 erreurs",
    "release_id": "cf5a0372-9875-4859-becd-4338d96006e6",
    "release_group_id": null,
    "labels": [
        "Kindercore"
    ],
    "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"
}