Information about plays

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

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

{
    "id": 1307178,
    "uri": "https://api.kexp.org/v2/plays/1307178/?format=api",
    "airdate": "2007-11-26T23:23:01-08:00",
    "show": 22867,
    "show_uri": "https://api.kexp.org/v2/shows/22867/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61tOus9FicL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61tOus9FicL._SL75_.jpg",
    "song": "Titanic Vandalism",
    "track_id": null,
    "recording_id": null,
    "artist": "The Go! Team",
    "artist_ids": [
        "8a396a9c-2e4f-47e2-a587-c26e93a0953f"
    ],
    "album": "Proof of Youth",
    "release_id": "5ac98e6a-ead0-4618-a3e2-f43ab9b4934c",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}