Information about plays

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

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

{
    "id": 1213704,
    "uri": "https://api.kexp.org/v2/plays/1213704/?format=api",
    "airdate": "2007-03-31T09:47:00-07:00",
    "show": 21272,
    "show_uri": "https://api.kexp.org/v2/shows/21272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417FTFVX60L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417FTFVX60L._SL75_.jpg",
    "song": "Children of Jah / Time to Unite",
    "track_id": null,
    "recording_id": null,
    "artist": "The Chantells & U-Brown",
    "artist_ids": [
        "5b54ed92-65e3-4107-a265-62ff99af635f"
    ],
    "album": "Children of Jah 1977 -1979",
    "release_id": "46b7b0b3-cbb7-4d2f-93a2-7472de400928",
    "release_group_id": null,
    "labels": [
        "One Eleven Records"
    ],
    "label_ids": [],
    "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"
}