Information about plays

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

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

{
    "id": 1306988,
    "uri": "https://api.kexp.org/v2/plays/1306988/?format=api",
    "airdate": "2007-11-26T11:15:48-08:00",
    "show": 22864,
    "show_uri": "https://api.kexp.org/v2/shows/22864/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HyakGr1YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HyakGr1YL._SL75_.jpg",
    "song": "Master of None",
    "track_id": null,
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Beach House",
    "release_id": "58d3ecc6-f4ef-4455-bbe7-7d733e83d5aa",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "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"
}