Information about plays

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

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

{
    "id": 421523,
    "uri": "https://api.kexp.org/v2/plays/421523/?format=api",
    "airdate": "2001-05-05T15:56:50-07:00",
    "show": 7057,
    "show_uri": "https://api.kexp.org/v2/shows/7057/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21X4DYCC96L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21X4DYCC96L._SL75_.jpg",
    "song": "Belgian Cappuccino",
    "track_id": "c0ec381d-e8ce-4431-85e1-cf27727cb573",
    "recording_id": null,
    "artist": "Mujaji",
    "artist_ids": [
        "910d384f-8b62-488a-9a4b-fa23f50ab248"
    ],
    "album": "Free Rain",
    "release_id": "e635fb79-0a8a-48a4-a000-fbe8a57af243",
    "release_group_id": null,
    "labels": [
        "Shadow"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}