Information about plays

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

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

{
    "id": 421222,
    "uri": "https://api.kexp.org/v2/plays/421222/?format=api",
    "airdate": "2001-05-04T17:24:00-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411K2JP7DHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411K2JP7DHL._SL75_.jpg",
    "song": "From Dream to Daylight",
    "track_id": "d4d129fa-ca2b-4c7f-be89-b51f729000ae",
    "recording_id": null,
    "artist": "To Rococo Rot and I-Sound",
    "artist_ids": [
        "3469c1ed-7e7d-4c93-8f5b-6e05c4764193"
    ],
    "album": "Music Is a Hungry Ghost",
    "release_id": "b8d1dc74-55d0-4665-8518-2f6fba3bec60",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2001-05-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}