Information about plays

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

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

{
    "id": 1288774,
    "uri": "https://api.kexp.org/v2/plays/1288774/?format=api",
    "airdate": "2007-10-09T07:30:43-07:00",
    "show": 22552,
    "show_uri": "https://api.kexp.org/v2/shows/22552/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619EEXEPuML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619EEXEPuML._SL75_.jpg",
    "song": "Heartbreak",
    "track_id": null,
    "recording_id": null,
    "artist": "Celebration",
    "artist_ids": [
        "a2e89940-5dfc-4672-bb52-01b2b99b153f"
    ],
    "album": "The Modern Tribe",
    "release_id": "afece50e-fdee-42dd-8dc0-40884a6ac715",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2007-10-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}