Information about plays

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

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

{
    "id": 1256398,
    "uri": "https://api.kexp.org/v2/plays/1256398/?format=api",
    "airdate": "2007-07-19T03:28:07-07:00",
    "show": 22003,
    "show_uri": "https://api.kexp.org/v2/shows/22003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51riMc5TM3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51riMc5TM3L._SL75_.jpg",
    "song": "I Am the Unknown",
    "track_id": null,
    "recording_id": null,
    "artist": "The Aliens",
    "artist_ids": [
        "c4f0dc3e-f4f4-4395-a8a6-a52905e8ecfa"
    ],
    "album": "Astronomy for Dogs",
    "release_id": "368cdea8-6d9b-415f-b943-e7f1e35aeee7",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2007-06-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}