Information about plays

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

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

{
    "id": 423664,
    "uri": "https://api.kexp.org/v2/plays/423664/?format=api",
    "airdate": "2001-05-12T02:55:42-07:00",
    "show": 7100,
    "show_uri": "https://api.kexp.org/v2/shows/7100/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HDoMnjCZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HDoMnjCZL._SL75_.jpg",
    "song": "Day of Reckoning",
    "track_id": "31fa6cfc-1b2d-4775-8e71-3234dc7e5852",
    "recording_id": null,
    "artist": "Warrior",
    "artist_ids": [
        "11ff65fc-32aa-4595-9fef-8988fc0b1c02"
    ],
    "album": "The Code of Life",
    "release_id": "232d846c-8288-4715-bee6-5978cab5fd5a",
    "release_group_id": null,
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "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"
}