Information about plays

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

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

{
    "id": 479552,
    "uri": "https://api.kexp.org/v2/plays/479552/?format=api",
    "airdate": "2001-10-23T22:56:15-07:00",
    "show": 8183,
    "show_uri": "https://api.kexp.org/v2/shows/8183/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CE3SSE2SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CE3SSE2SL._SL75_.jpg",
    "song": "Third World Girl",
    "track_id": "1e133522-0288-478b-9373-30d6d996375a",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Midnight Love",
    "release_id": "dccf0b08-3ffc-4adb-8c55-093da09e90cb",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}