Information about plays

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

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

{
    "id": 532476,
    "uri": "https://api.kexp.org/v2/plays/532476/?format=api",
    "airdate": "2002-03-29T07:56:51-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511vjEbQy7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511vjEbQy7L._SL75_.jpg",
    "song": "Weekend Song (Featuring Tenor Fly)",
    "track_id": null,
    "recording_id": null,
    "artist": "Freestylers",
    "artist_ids": [
        "60dd8303-5ee8-4c99-a19c-009e07c17aeb"
    ],
    "album": "Pressure Point",
    "release_id": "90a6ee6c-5e7f-4c28-9974-1c412217da2b",
    "release_group_id": null,
    "labels": [
        "Mammoth"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}