Information about plays

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

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

{
    "id": 1379435,
    "uri": "https://api.kexp.org/v2/plays/1379435/?format=api",
    "airdate": "2008-05-28T03:07:33-07:00",
    "show": 24074,
    "show_uri": "https://api.kexp.org/v2/shows/24074/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MQRbaawsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MQRbaawsL._SL75_.jpg",
    "song": "I Don't Feel Young",
    "track_id": "39c9050f-8b4e-4f3f-a787-06733af1150f",
    "recording_id": null,
    "artist": "Wye Oak",
    "artist_ids": [
        "3c8ff4c9-b5b9-4e78-ad9d-5157c323de24"
    ],
    "album": "If Children",
    "release_id": "48e1fec4-a1e7-4ac8-a610-96b7d755a650",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}