Information about plays

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

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

{
    "id": 442712,
    "uri": "https://api.kexp.org/v2/plays/442712/?format=api",
    "airdate": "2001-07-07T22:21:49-07:00",
    "show": 7472,
    "show_uri": "https://api.kexp.org/v2/shows/7472/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GPZ8FP09L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GPZ8FP09L._SL75_.jpg",
    "song": "That Pagan Thing",
    "track_id": "676abf24-436f-431f-ad75-5aebbf565981",
    "recording_id": null,
    "artist": "Salt City Orchestra",
    "artist_ids": [
        "2474b32d-a927-48e8-9f01-aef6e57c3adc"
    ],
    "album": "Pagan Offering",
    "release_id": "735755fd-7ca1-44e8-89b7-e7b9302cc1de",
    "release_group_id": null,
    "labels": [
        "pagan"
    ],
    "label_ids": [
        "e5dde32c-9d80-40d4-a1b5-52b3a5618299"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}