Information about plays

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

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

{
    "id": 496949,
    "uri": "https://api.kexp.org/v2/plays/496949/?format=api",
    "airdate": "2001-12-15T04:35:00-08:00",
    "show": 8523,
    "show_uri": "https://api.kexp.org/v2/shows/8523/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W5J6SATML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W5J6SATML._SL75_.jpg",
    "song": "Nha Tchon",
    "track_id": null,
    "recording_id": null,
    "artist": "Boy Gé Mendes",
    "artist_ids": [
        "8a8e4bcf-a863-4e9e-afb7-1dbe3c639a9a"
    ],
    "album": "Lagoa",
    "release_id": "e4e0d48c-4204-4a1c-b1ec-b4f53425ba54",
    "release_group_id": null,
    "labels": [
        "Tinder Production"
    ],
    "label_ids": [
        "2db6af5e-fb03-4754-bfef-bef770ee42ca"
    ],
    "release_date": "1998-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}