Information about plays

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

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

{
    "id": 531707,
    "uri": "https://api.kexp.org/v2/plays/531707/?format=api",
    "airdate": "2002-03-27T09:30:53-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R8QCV305L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R8QCV305L._SL75_.jpg",
    "song": "Voltei amor",
    "track_id": "103247ec-ee26-47c8-8dbe-2ef746b8301d",
    "recording_id": null,
    "artist": "Trio Mocotó",
    "artist_ids": [
        "3a558793-98d2-4b42-aff6-a22ab89bd6f3"
    ],
    "album": "Samba Rock",
    "release_id": "64d75b04-f0e2-4481-83fd-92fb83b29e91",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}