Information about plays

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

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

{
    "id": 1377583,
    "uri": "https://api.kexp.org/v2/plays/1377583/?format=api",
    "airdate": "2008-05-23T09:14:41-07:00",
    "show": 24041,
    "show_uri": "https://api.kexp.org/v2/shows/24041/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W34W8DQ1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W34W8DQ1L._SL75_.jpg",
    "song": "Seconds",
    "track_id": "3b40b518-a2aa-4ee9-9a33-7b95166afd91",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "War",
    "release_id": "a99feb7d-0b08-4b02-9f74-4c48cd9408b5",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1983-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}