Information about plays

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

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

{
    "id": 1392379,
    "uri": "https://api.kexp.org/v2/plays/1392379/?format=api",
    "airdate": "2008-07-01T18:31:36-07:00",
    "show": 24302,
    "show_uri": "https://api.kexp.org/v2/shows/24302/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61fJVbw93FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61fJVbw93FL._SL75_.jpg",
    "song": "Un pedazo",
    "track_id": "b37ba560-7008-4afc-89c5-a44c0f0530e6",
    "recording_id": null,
    "artist": "Allá",
    "artist_ids": [
        "59805842-cf02-4eec-aa0b-57b775ac9f13"
    ],
    "album": "Es tiempo",
    "release_id": "81f606ea-593b-45b9-a5cf-3dcbf23be6bd",
    "release_group_id": null,
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [
        "443fa1b0-3960-463f-9016-9845a9754b3e"
    ],
    "release_date": "2008-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}