Information about plays

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

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

{
    "id": 348200,
    "uri": "https://api.kexp.org/v2/plays/348200/?format=api",
    "airdate": "2019-06-30T10:40:00-07:00",
    "show": 5803,
    "show_uri": "https://api.kexp.org/v2/shows/5803/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If Loving You Is a Crime (I'll Always Be Guilty)",
    "track_id": "91565b2b-7581-4e72-9754-8a17cdfb4ae8",
    "recording_id": null,
    "artist": "Lee Moses",
    "artist_ids": [
        "21351ca4-8fb5-4a47-abd3-4443c2db1288"
    ],
    "album": "How Much Longer Must I Wait? Singles & Rarities (1965-1972)",
    "release_id": "48cf7605-e71d-4590-82d1-e0b1a8a24d46",
    "release_group_id": null,
    "labels": [
        "Future Days Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}