Information about plays

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

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

{
    "id": 1342221,
    "uri": "https://api.kexp.org/v2/plays/1342221/?format=api",
    "airdate": "2008-02-23T04:56:57-08:00",
    "show": 23446,
    "show_uri": "https://api.kexp.org/v2/shows/23446/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PpLk-wU9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PpLk-wU9L._SL75_.jpg",
    "song": "It Will Follow the Rain",
    "track_id": "d53d26f6-44ac-40a7-8c25-f00ce3fb71cd",
    "recording_id": null,
    "artist": "The Tallest Man on Earth",
    "artist_ids": [
        "7e35659f-f3bb-4c28-bcf5-47bd5cfa2bca"
    ],
    "album": "The Tallest Man on Earth",
    "release_id": "e030e00a-094b-47f4-a76b-86370248679c",
    "release_group_id": null,
    "labels": [
        "Gravitation"
    ],
    "label_ids": [
        "776bf8aa-8f86-42f7-ae17-15223dede726"
    ],
    "release_date": "2006-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}