Information about plays

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

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

{
    "id": 1344772,
    "uri": "https://api.kexp.org/v2/plays/1344772/?format=api",
    "airdate": "2008-03-02T03:20:18-08:00",
    "show": 23501,
    "show_uri": "https://api.kexp.org/v2/shows/23501/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518YqFiiuLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518YqFiiuLL._SL75_.jpg",
    "song": "Teeth",
    "track_id": "821046f4-334a-49f1-addd-309569b8aa68",
    "recording_id": null,
    "artist": "Fudge Tunnel",
    "artist_ids": [
        "72402b72-3c5d-43ee-ba41-5affbdef9bad"
    ],
    "album": "Teeth EP",
    "release_id": "75082f0a-0196-4280-8b26-eb8ece0fa929",
    "release_group_id": null,
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}