Information about plays

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

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

{
    "id": 1232977,
    "uri": "https://api.kexp.org/v2/plays/1232977/?format=api",
    "airdate": "2007-05-19T03:22:29-07:00",
    "show": 21597,
    "show_uri": "https://api.kexp.org/v2/shows/21597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z5Y9vOaSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z5Y9vOaSL._SL75_.jpg",
    "song": "Sealion",
    "track_id": "8d8e786e-09f8-495c-9abf-a84f5cd6e48c",
    "recording_id": null,
    "artist": "Feist and Ben Gibbard",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "The Reminder",
    "release_id": "f2a1bdff-6f63-4b1c-a8b4-3231ef741938",
    "release_group_id": null,
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "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"
}