Information about plays

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

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

{
    "id": 1268365,
    "uri": "https://api.kexp.org/v2/plays/1268365/?format=api",
    "airdate": "2007-08-18T04:03:29-07:00",
    "show": 22203,
    "show_uri": "https://api.kexp.org/v2/shows/22203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EiCluns4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EiCluns4L._SL75_.jpg",
    "song": "Ma Che Cosa?",
    "track_id": "4b8c23b4-c3ef-4bdb-b13c-69682f1cf2c2",
    "recording_id": null,
    "artist": "The James Taylor Quartet",
    "artist_ids": [
        "95495d6a-c1f2-4a62-b0e3-b9c5f2e9dea6"
    ],
    "album": "Message From the Godfather",
    "release_id": "cd5afc35-eaa6-4d7b-ab7b-320f7f783694",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}