Information about plays

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

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

{
    "id": 1278843,
    "uri": "https://api.kexp.org/v2/plays/1278843/?format=api",
    "airdate": "2007-09-13T20:14:51-07:00",
    "show": 22380,
    "show_uri": "https://api.kexp.org/v2/shows/22380/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61vGZPjrplL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61vGZPjrplL._SL75_.jpg",
    "song": "Oh, Girl",
    "track_id": "35e17684-a407-49ef-8618-8dc74a3fa3e6",
    "recording_id": null,
    "artist": "The Hackensaw Boys",
    "artist_ids": [
        "099f7dff-ea35-42a0-9578-f7e7a0d7da9a"
    ],
    "album": "Look Out!",
    "release_id": "54b75769-e781-42ae-98d8-bdead78fd97f",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2007-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}