Information about plays

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

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

{
    "id": 1356702,
    "uri": "https://api.kexp.org/v2/plays/1356702/?format=api",
    "airdate": "2008-04-01T00:11:00-07:00",
    "show": 23695,
    "show_uri": "https://api.kexp.org/v2/shows/23695/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Bq3-iK6EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Bq3-iK6EL._SL75_.jpg",
    "song": "Rabo de Nube",
    "track_id": "1f3fae04-3da5-4e8e-98d3-cd894fd6da5e",
    "recording_id": null,
    "artist": "Charles Lloyd",
    "artist_ids": [
        "b9b579ad-e499-4e3e-9d09-06bc8e504135"
    ],
    "album": "Rabo de Nube",
    "release_id": "723c238e-ae0e-40a7-bc73-7d88c54c1319",
    "release_group_id": null,
    "labels": [
        "ECM"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "2008-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}