Information about plays

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

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

{
    "id": 1287055,
    "uri": "https://api.kexp.org/v2/plays/1287055/?format=api",
    "airdate": "2007-10-04T21:32:19-07:00",
    "show": 22520,
    "show_uri": "https://api.kexp.org/v2/shows/22520/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s%2BdENuCJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s%2BdENuCJL._SL75_.jpg",
    "song": "A Day Apart",
    "track_id": null,
    "recording_id": null,
    "artist": "Lusine ICL",
    "artist_ids": [
        "2ceaa36e-c742-4ecd-ac28-7dc80463a7df"
    ],
    "album": "Language Barrier",
    "release_id": "07b85f22-a1c5-4a06-8342-56cc4a8df440",
    "release_group_id": null,
    "labels": [
        "Hymen Records"
    ],
    "label_ids": [
        "5d13b867-d1c6-4227-99ba-872d3ef3aa42"
    ],
    "release_date": "2007-06-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}