Information about plays

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

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

{
    "id": 1379441,
    "uri": "https://api.kexp.org/v2/plays/1379441/?format=api",
    "airdate": "2008-05-28T03:24:27-07:00",
    "show": 24074,
    "show_uri": "https://api.kexp.org/v2/shows/24074/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BvB3n1aEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BvB3n1aEL._SL75_.jpg",
    "song": "Whistling for His Love",
    "track_id": "ea75ec5b-76b5-4def-9762-0118de65f76a",
    "recording_id": null,
    "artist": "Danielle Dax",
    "artist_ids": [
        "f76e8c74-ed01-49fd-89d4-fba41d900c49"
    ],
    "album": "Dark Adapted Eye",
    "release_id": "d08ec235-f87b-4f0a-ab19-30b970964694",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}