Information about plays

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

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

{
    "id": 1177874,
    "uri": "https://api.kexp.org/v2/plays/1177874/?format=api",
    "airdate": "2006-12-28T10:08:50-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S3Dv2PqwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S3Dv2PqwL._SL75_.jpg",
    "song": "Woman King",
    "track_id": null,
    "recording_id": null,
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Woman King",
    "release_id": "e1eb508e-06ac-4f4d-949d-e836726ac258",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}