Information about plays

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

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

{
    "id": 490636,
    "uri": "https://api.kexp.org/v2/plays/490636/?format=api",
    "airdate": "2001-11-26T19:26:40-08:00",
    "show": 8405,
    "show_uri": "https://api.kexp.org/v2/shows/8405/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414R32CXM1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414R32CXM1L._SL75_.jpg",
    "song": "Nin Havane",
    "track_id": null,
    "recording_id": null,
    "artist": "Papa Noel & Papi Oviedo",
    "artist_ids": [
        "7d6f86c6-84e5-4e01-8c32-c2b3e7b5f7b5"
    ],
    "album": "Bana Congo",
    "release_id": "a4362c5f-cd44-45fe-8d20-fb07d5800d4a",
    "release_group_id": null,
    "labels": [
        "Tumi (UK)"
    ],
    "label_ids": [],
    "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"
}