Information about plays

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

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

{
    "id": 347105,
    "uri": "https://api.kexp.org/v2/plays/347105/?format=api",
    "airdate": "2019-06-27T18:33:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Wife Left Me for My Girlfriend",
    "track_id": "61eae249-ff71-3cae-843f-20f2f3c363f1",
    "recording_id": null,
    "artist": "The Bellamy Brothers",
    "artist_ids": [
        "252b5d32-5bd5-4cae-9d48-6aafa2145c33"
    ],
    "album": "Over the Line",
    "release_id": "23250c1d-f8b4-4f08-90ca-adcab42f8fbd",
    "release_group_id": null,
    "labels": [
        "Intersound"
    ],
    "label_ids": [
        "30d9cedc-4ea7-4b39-969a-66051b19edcc"
    ],
    "release_date": "1997-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}