Information about plays

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

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

{
    "id": 506656,
    "uri": "https://api.kexp.org/v2/plays/506656/?format=api",
    "airdate": "2002-01-13T16:43:00-08:00",
    "show": 8720,
    "show_uri": "https://api.kexp.org/v2/shows/8720/?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": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2001-05-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}